mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01: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…
Reference in New Issue
Block a user