This commit is contained in:
Auric Vente 2024-07-19 20:19:14 -06:00
parent 745a536109
commit de82c38452
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Ant:
self.updated = now
self.name = ""
self.status = ""
self.method = "normal"
self.method = ""
self.triumph = 0
self.hits = 0