This commit is contained in:
Auric Vente
2024-07-21 02:12:35 -06:00
parent 5198660984
commit 0ecee9230e
2 changed files with 9 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ class Game:
ant.hits += 1
method = "hit"
elif num == 3:
status = Utils.random_name([])
status = Utils.random_name([], Ants.get_names())
method = "thinking"
elif num == 4:
status = Utils.rand_sentence.simple_sentence()