diff --git a/cromulant/game.py b/cromulant/game.py index c526c68..275fed6 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -188,7 +188,7 @@ class Game: if triumph: text.append(f"Triumph:{nb}{triumph.name}") - if hits: + if hits and (hits.name != triumph.name): text.append(f"Hits:{nb}{hits.name}") Window.info.setText(Config.info_separator.join(text))