mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
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:
parent
214fae6f59
commit
591c96b0c1
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user