mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 05:14:32 -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()
|
||||
attackedThisTurn = false
|
||||
|
||||
if (isPuppet) reassignAllPopulation()
|
||||
else if (updateCitizens){
|
||||
if (isPuppet) {
|
||||
cityAIFocus = CityFocus.GoldFocus
|
||||
reassignAllPopulation()
|
||||
} else if (updateCitizens) {
|
||||
reassignPopulation()
|
||||
updateCitizens = false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user