mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 14:24:43 -04:00
Fix first contact popup.
This commit is contained in:
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 civ = worldScreen.gameInfo.getCivilization(popupAlert.value)
|
||||||
val translatedNation = civ.getTranslatedNation()
|
val translatedNation = civ.getTranslatedNation()
|
||||||
if (civ.isCityState()) {
|
if (civ.isCityState()) {
|
||||||
|
addLeaderName(translatedNation)
|
||||||
addGoodSizedLabel("Type : " + civ.getCityStateType()).row()
|
addGoodSizedLabel("Type : " + civ.getCityStateType()).row()
|
||||||
add(getCloseButton("A pleasure to meet you."))
|
add(getCloseButton("A pleasure to meet you."))
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user