Mods
This commit is contained in:
parent
436b5273e5
commit
5708c47958
|
@ -306,7 +306,9 @@ class Ants:
|
|||
|
||||
Ants.ants.append(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
|
||||
|
||||
@staticmethod
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"title": "Cromulant",
|
||||
"program": "cromulant",
|
||||
"author": "madprops",
|
||||
|
|
Loading…
Reference in New Issue