mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 14:24:43 -04: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.moveToCiv(otherCiv)
|
||||||
city.isPuppet = true // Human players get a popup that allows them to annex instead
|
city.isPuppet = true // Human players get a popup that allows them to annex instead
|
||||||
city.foundingCiv = "" // This is no longer a city-state
|
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()
|
civInfo.destroy()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user