Unassign population before conquered city given to conquerer.
This commit is contained in:
parent
b5adf08dbe
commit
6934ed0b0d
1 changed files with 1 additions and 1 deletions
|
@ -139,8 +139,8 @@ class Battle(val gameInfo:GameInfo) {
|
|||
city.expansion.cultureStored = 0
|
||||
city.expansion.reset()
|
||||
}
|
||||
city.moveToCiv(attacker.getCivilization())
|
||||
city.population.unassignExtraPopulation()
|
||||
city.moveToCiv(attacker.getCivilization())
|
||||
}
|
||||
|
||||
if(city.cityConstructions.isBuilt("Palace")){
|
||||
|
|
Loading…
Reference in a new issue