This commit is contained in:
Auric Vente
2024-07-21 06:00:22 -06:00
parent 3d8ff1f167
commit b96a3f3057
4 changed files with 20 additions and 1 deletions

View File

@@ -273,7 +273,7 @@ class Game:
@staticmethod
def restart() -> None:
opts = ["25", "50", "100", "200", "300", "400", "500"]
opts = ["25", "50", "100", "200", "300"]
opts = [f"{opt} ants" for opt in opts]
size = Window.prompt_combobox("Size of the population", opts, 2)