mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-02 12:24:15 +07:00
Can now raze cities Austria has married (#5506)
This commit is contained in:
parent
4efc8b3195
commit
1b1a910eef
@ -294,6 +294,7 @@ class CityStateFunctions(val civInfo: CivilizationInfo) {
|
||||
city.moveToCiv(otherCiv)
|
||||
city.isPuppet = true // Human players get a popup that allows them to annex instead
|
||||
city.foundingCiv = "" // This is no longer a city-state
|
||||
city.isOriginalCapital = false // It's now an ordinary city and can be razed in later conquests
|
||||
}
|
||||
civInfo.destroy()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user