Fix first contact popup.
This commit is contained in:
parent
c221d50e01
commit
2ac654e26b
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue