diff --git a/core/src/com/unciv/ui/EmpireOverviewScreen.kt b/core/src/com/unciv/ui/EmpireOverviewScreen.kt index 11bdda8dbc..2e7f735cb0 100644 --- a/core/src/com/unciv/ui/EmpireOverviewScreen.kt +++ b/core/src/com/unciv/ui/EmpireOverviewScreen.kt @@ -296,7 +296,6 @@ class EmpireOverviewScreen : CameraStageBaseScreen(){ if (civ.isDefeated()) { civGroup.background = civGroupBackground.tint(Color.LIGHT_GRAY) - label.setText(civ.civName + "(Fallen)") } else if (playerKnows(civ)) { civGroup.background = civGroupBackground.tint(civ.getNation().getColor()) label.setFontColor(civ.getNation().getSecondaryColor())