Repaired spawn of trumpets.
This commit is contained in:
parent
5ef12bef3d
commit
6673b67ffe
|
@ -437,7 +437,7 @@ class Entity:
|
||||||
be used to spawn random entities with a certain probability.
|
be used to spawn random entities with a certain probability.
|
||||||
"""
|
"""
|
||||||
return [3, 5, 6, 5, 5, 5,
|
return [3, 5, 6, 5, 5, 5,
|
||||||
5, 4, 4, 1]
|
5, 4, 4, 1, 2]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_all_entity_classes_in_a_dict() -> dict:
|
def get_all_entity_classes_in_a_dict() -> dict:
|
||||||
|
|
Loading…
Reference in New Issue