From 2ac654e26bad8e786bed490d8380772fd0a9f067 Mon Sep 17 00:00:00 2001 From: Duan Tao Date: Thu, 9 May 2019 20:10:05 +0800 Subject: [PATCH] Fix first contact popup. --- core/src/com/unciv/ui/worldscreen/AlertPopup.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/com/unciv/ui/worldscreen/AlertPopup.kt b/core/src/com/unciv/ui/worldscreen/AlertPopup.kt index 3a74ef3941..8b3131e981 100644 --- a/core/src/com/unciv/ui/worldscreen/AlertPopup.kt +++ b/core/src/com/unciv/ui/worldscreen/AlertPopup.kt @@ -46,6 +46,7 @@ class AlertPopup(val worldScreen: WorldScreen, val popupAlert: PopupAlert): Popu val civ = worldScreen.gameInfo.getCivilization(popupAlert.value) val translatedNation = civ.getTranslatedNation() if (civ.isCityState()) { + addLeaderName(translatedNation) addGoodSizedLabel("Type : " + civ.getCityStateType()).row() add(getCloseButton("A pleasure to meet you.")) } else {