mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -04:00
Unassign population before conquered city given to conquerer.
This commit is contained in:
parent
b5adf08dbe
commit
6934ed0b0d
@ -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…
x
Reference in New Issue
Block a user