From a16e2915bac1828e695f6cc26f9bc3662473ac3a Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 21 Jul 2024 00:49:42 -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 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)