mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-05 23:20:48 +07: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.cultureStored = 0
|
||||||
city.expansion.reset()
|
city.expansion.reset()
|
||||||
}
|
}
|
||||||
city.moveToCiv(attacker.getCivilization())
|
|
||||||
city.population.unassignExtraPopulation()
|
city.population.unassignExtraPopulation()
|
||||||
|
city.moveToCiv(attacker.getCivilization())
|
||||||
}
|
}
|
||||||
|
|
||||||
if(city.cityConstructions.isBuilt("Palace")){
|
if(city.cityConstructions.isBuilt("Palace")){
|
||||||
|
Loading…
Reference in New Issue
Block a user