This commit is contained in:
Auric Vente
2024-07-21 21:44:12 -06:00
parent 0ea97aa03d
commit 5b26219652
3 changed files with 13 additions and 7 deletions

View File

@@ -180,8 +180,11 @@ class Game:
Game.last_update = num
if num == Method.merge:
Ants.merge()
return
if Ants.merge():
return
# If merge failed
num = max_num
status = ""
method = "normal"