Fixed bug where completing the Liberty social policy tree left you stuck in a Great Person picker screen
This commit is contained in:
parent
c3e0d6ac2c
commit
d8652ed510
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class GreatPersonPickerScreen : PickerScreen() {
|
|||
rightSideButton.addClickListener {
|
||||
val civInfo = UnCivGame.Current.gameInfo.getPlayerCivilization()
|
||||
civInfo.placeUnitNearTile(civInfo.cities[0].location, theChosenOne!!.name)
|
||||
civInfo.greatPeople.freeGreatPeople--
|
||||
UnCivGame.Current.setWorldScreen()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue