From de82c38452759e225db49c1ffac0fefbe312f0c9 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Fri, 19 Jul 2024 20:19:14 -0600 Subject: [PATCH] Mods --- cromulant/ants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cromulant/ants.py b/cromulant/ants.py index 518887c..4e08afb 100644 --- a/cromulant/ants.py +++ b/cromulant/ants.py @@ -17,7 +17,7 @@ class Ant: self.updated = now self.name = "" self.status = "" - self.method = "normal" + self.method = "" self.triumph = 0 self.hits = 0