diff --git a/cromulant/ants.py b/cromulant/ants.py index f3a4e46..a96829d 100644 --- a/cromulant/ants.py +++ b/cromulant/ants.py @@ -314,4 +314,4 @@ class Ants: from .game import Game image_path = Config.terminated_image_path - Game.add_message("Terminated", f"{ant.name} is gone", image_path) \ No newline at end of file + Game.add_message("Terminated", f"{ant.name} is gone", image_path)