From b4fa88cada30f307c0bffef1af3c5c5ca38e170d Mon Sep 17 00:00:00 2001 From: Duan Tao Date: Fri, 21 Dec 2018 16:41:48 +0800 Subject: [PATCH] Remove extra word to prevent the label from being too long. --- core/src/com/unciv/ui/EmpireOverviewScreen.kt | 1 - 1 file changed, 1 deletion(-) 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())