conquerCity

private fun conquerCity(conqueringCiv: CivilizationInfo, conqueredCiv: CivilizationInfo, receivingCiv: CivilizationInfo)

Function for stuff that should happen on any capture, be it puppet, annex or liberate. Stuff that should happen any time a city is moved between civs, so also when trading, should go in this.moveToCiv(), which this function also calls.

Sources

jvm source
Link copied to clipboard