diff --git a/squirrelbattle/interfaces.py b/squirrelbattle/interfaces.py index 1b84eb2..92c8aa8 100644 --- a/squirrelbattle/interfaces.py +++ b/squirrelbattle/interfaces.py @@ -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: