From 6673b67ffee5b1ca2cc122e9d7454ba90147d1a0 Mon Sep 17 00:00:00 2001 From: eichhornchen Date: Fri, 8 Jan 2021 10:58:40 +0100 Subject: [PATCH] Repaired spawn of trumpets. --- squirrelbattle/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: