This commit is contained in:
Auric Vente 2024-07-19 01:58:01 -06:00
parent 3cf6db946b
commit c19d429228
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class Game:
if triumph: if triumph:
text.append(f"Triumph:{nb}{triumph.name}") text.append(f"Triumph:{nb}{triumph.name}")
if hits: if hits and (hits.name != triumph.name):
text.append(f"Hits:{nb}{hits.name}") text.append(f"Hits:{nb}{hits.name}")
Window.info.setText(Config.info_separator.join(text)) Window.info.setText(Config.info_separator.join(text))