This commit is contained in:
Auric Vente
2024-07-19 22:21:58 -06:00
parent 59b5c74846
commit 4ef0990516
3 changed files with 9 additions and 9 deletions

View File

@@ -162,9 +162,8 @@ class Game:
elif num == 2:
ant.hits += 1
method = "hit"
elif (num == 3) and (num_ants > 1):
other = Ants.get_other(ant)
status = other.name
elif num == 3:
status = Utils.random_name([ant.name])
method = "thinking"
elif num == 4:
status = s.simple_sentence()