Fix first contact popup.

This commit is contained in:
Duan Tao 2019-05-09 20:10:05 +08:00 committed by Yair Morgenstern
parent c221d50e01
commit 2ac654e26b

View file

@ -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 {