Mods
This commit is contained in:
parent
3cf6db946b
commit
c19d429228
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue