mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-09 20:29:50 +07:00
parent
41615909df
commit
44744fd17b
@ -336,7 +336,7 @@ object Battle {
|
||||
val city = tile.getCity()
|
||||
if (city != null && city.location == tile.position) {
|
||||
city.health = 1
|
||||
if (city.population.population <= 5 && city.isOriginalCapital) {
|
||||
if (city.population.population <= 5 && !city.isOriginalCapital) {
|
||||
city.destroyCity()
|
||||
} else {
|
||||
city.population.population = max(city.population.population-5, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user