This commit is contained in:
Auric Vente 2024-07-21 02:05:35 -06:00
parent 199fa3f25d
commit 5198660984
1 changed files with 3 additions and 2 deletions

View File

@ -165,13 +165,14 @@ class Game:
return
num = random.randint(0, 12)
status = ""
method = "normal"
if num == 0:
Ants.merge()
return
status = ""
method = "normal"
if num == 1:
ant.triumph += 1
method = "triumph"