mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-29 14:20:17 +07:00
Fix first contact popup.
This commit is contained in:

committed by
Yair Morgenstern

parent
c221d50e01
commit
2ac654e26b
@ -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 {
|
||||
|
Reference in New Issue
Block a user