Mods
This commit is contained in:
		@@ -273,7 +273,7 @@ class Game:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    @staticmethod
 | 
					    @staticmethod
 | 
				
			||||||
    def restart() -> None:
 | 
					    def restart() -> None:
 | 
				
			||||||
        opts = ["25", "50", "100", "200", "300"]
 | 
					        opts = ["25", "50", "100", "250"]
 | 
				
			||||||
        opts = [f"{opt} ants" for opt in opts]
 | 
					        opts = [f"{opt} ants" for opt in opts]
 | 
				
			||||||
        size = Window.prompt_combobox("Size of the population", opts, 2)
 | 
					        size = Window.prompt_combobox("Size of the population", opts, 2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user