Mods
This commit is contained in:
parent
e71a91d328
commit
cb189c30ad
|
@ -180,16 +180,10 @@ class Game:
|
||||||
text.append("Hatch some ants")
|
text.append("Hatch some ants")
|
||||||
else:
|
else:
|
||||||
text.append(f"Ants:{nb}{len(Ants.ants)}")
|
text.append(f"Ants:{nb}{len(Ants.ants)}")
|
||||||
|
|
||||||
hits = Ants.most_hits()
|
|
||||||
|
|
||||||
triumph = Ants.most_triumph()
|
triumph = Ants.most_triumph()
|
||||||
|
|
||||||
if triumph:
|
if triumph:
|
||||||
text.append(f"Triumph:{nb}{triumph.name}")
|
text.append(f"Triumph:{nb}{triumph.name}")
|
||||||
|
|
||||||
if hits and (triumph and (hits.name != triumph.name)):
|
|
||||||
text.append(f"Hits:{nb}{hits.name}")
|
|
||||||
|
|
||||||
Window.info.setText(Config.info_separator.join(text))
|
Window.info.setText(Config.info_separator.join(text))
|
||||||
Window.info.adjustSize()
|
Window.info.adjustSize()
|
||||||
|
|
Loading…
Reference in New Issue