Repaired spawn of trumpets.

This commit is contained in:
eichhornchen 2021-01-08 10:58:40 +01:00
parent 5ef12bef3d
commit 6673b67ffe
1 changed files with 1 additions and 1 deletions

View File

@ -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: