From 5198660984afab57a21811831ac888f9936d9fc5 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 21 Jul 2024 02:05:35 -0600 Subject: [PATCH] Mods --- cromulant/game.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cromulant/game.py b/cromulant/game.py index 4f86afa..3626862 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -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"