From 19d26de4ed5b9bc66440516c8db8c9b904aa0d75 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Mon, 22 Jul 2024 22:29:39 -0600 Subject: [PATCH] Mods --- cromulant/game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cromulant/game.py b/cromulant/game.py index 30841f4..1866c93 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -520,7 +520,7 @@ class Game: @staticmethod def about() -> None: lines = [ - f"Cromulant v{Config.manifest["version"]}", + f"Cromulant v{Config.manifest["version"]} 🐜", "Listen to the ants and watch them go.", "Just run it and leave it open on your screen.", "5% of revenue goes to the local ant shelter.",