Fix city might have negative free population after been conquered.
This commit is contained in:
parent
c12906f63b
commit
b5adf08dbe
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ class Battle(val gameInfo:GameInfo) {
|
|||
city.expansion.reset()
|
||||
}
|
||||
city.moveToCiv(attacker.getCivilization())
|
||||
city.population.unassignExtraPopulation()
|
||||
}
|
||||
|
||||
if(city.cityConstructions.isBuilt("Palace")){
|
||||
|
|
Loading…
Reference in a new issue