This commit is contained in:
Auric Vente 2024-07-27 05:03:16 -06:00
parent 436b5273e5
commit 5708c47958
2 changed files with 4 additions and 2 deletions

View File

@ -306,7 +306,9 @@ class Ants:
Ants.ants.append(ant) Ants.ants.append(ant)
Game.update(ant) Game.update(ant)
Ants.hatch(ignore=[ant_1.name, ant_2.name]) Ants.hatch(on_change=False, ignore=[ant_1.name, ant_2.name])
Ants.find_top()
Ants.on_change()
return True return True
@staticmethod @staticmethod

View File

@ -1,5 +1,5 @@
{ {
"version": "2.2.0", "version": "2.3.0",
"title": "Cromulant", "title": "Cromulant",
"program": "cromulant", "program": "cromulant",
"author": "madprops", "author": "madprops",