mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 15:59:50 +07:00
updateNumberOfFollowers _is_ called one last time after a city has been raZed to the grOund (#4892)
This commit is contained in:
@ -126,6 +126,7 @@ class CityInfoReligionManager {
|
||||
val oldMajorityReligion = getMajorityReligion()
|
||||
|
||||
followers.clear()
|
||||
if (cityInfo.population.population <= 0) return
|
||||
|
||||
val remainders = HashMap<String, Float>()
|
||||
val pressurePerFollower = pressures.values.sum() / cityInfo.population.population
|
||||
|
Reference in New Issue
Block a user