puppet cities only focus on gold (#6946)

* fixed issue

* cleanup

* puppets only like making gold

* fully revert file to master file

* Update CityInfo.kt
This commit is contained in:
alexban011 2022-05-27 13:52:23 +03:00 committed by GitHub
parent 214fae6f59
commit 591c96b0c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -634,8 +634,10 @@ class CityInfo {
tryUpdateRoadStatus() tryUpdateRoadStatus()
attackedThisTurn = false attackedThisTurn = false
if (isPuppet) reassignAllPopulation() if (isPuppet) {
else if (updateCitizens){ cityAIFocus = CityFocus.GoldFocus
reassignAllPopulation()
} else if (updateCitizens) {
reassignPopulation() reassignPopulation()
updateCitizens = false updateCitizens = false
} }