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