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.
"""
return [3, 5, 6, 5, 5, 5,
5, 4, 4, 1]
5, 4, 4, 1, 2]
@staticmethod
def get_all_entity_classes_in_a_dict() -> dict: