Mods
This commit is contained in:
parent
2e6ec189b4
commit
c00efdf170
|
@ -181,8 +181,8 @@ class Ants:
|
||||||
ant.method = method
|
ant.method = method
|
||||||
ant.updated = Utils.now()
|
ant.updated = Utils.now()
|
||||||
|
|
||||||
Game.update(ant)
|
|
||||||
Ants.on_change()
|
Ants.on_change()
|
||||||
|
Game.update(ant)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get() -> None:
|
def get() -> None:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "4.2.0",
|
"version": "4.4.0",
|
||||||
"title": "Cromulant",
|
"title": "Cromulant",
|
||||||
"program": "cromulant",
|
"program": "cromulant",
|
||||||
"author": "madprops",
|
"author": "madprops",
|
||||||
|
|
Loading…
Reference in New Issue