This commit is contained in:
Anuken
2025-08-17 10:22:22 -04:00
parent 76da302458
commit 1fe5055a96
5 changed files with 14 additions and 2 deletions

View File

@@ -918,6 +918,11 @@ public class HudFragment{
return builder;
}
//do not show status after game over
if(state.afterGameOver && state.isCampaign()){
return builder;
}
if(!state.rules.waves && state.isCampaign()){
builder.append("[lightgray]").append(Core.bundle.get("sector.curcapture"));
}