From 5e2afeb5cbe679a717c1d421dc7bc2fc44ae2b16 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Fri, 19 Jul 2024 22:58:26 -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 5eee6e7..cc6fe32 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -224,7 +224,7 @@ class Game: triumph = Ants.most_triumph() if triumph: - text.append(f"Triumph:{nb}{triumph.name}") + text.append(f"Top:{nb}{triumph.name} ({triumph.triumph})") Window.info.setText(Config.info_separator.join(text)) Window.info.adjustSize()