mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 13:18:56 +07:00
@ -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)
|
||||||
|
Reference in New Issue
Block a user