Can now raze cities Austria has married (#5506)

This commit is contained in:
SimonCeder 2021-10-17 23:05:17 +02:00 committed by GitHub
parent 4efc8b3195
commit 1b1a910eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
}