From 86397f6536243f0b30516351b051d979eaedc58e Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 21 Jul 2024 06:05:54 -0600 Subject: [PATCH] Mods --- cromulant/game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cromulant/game.py b/cromulant/game.py index a05ffc5..95d26a4 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -273,7 +273,7 @@ class Game: @staticmethod def restart() -> None: - opts = ["25", "50", "100", "200", "300"] + opts = ["25", "50", "100", "250"] opts = [f"{opt} ants" for opt in opts] size = Window.prompt_combobox("Size of the population", opts, 2)