mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-21 13:18:56 +07:00
updateNumberOfFollowers _is_ called one last time after a city has been raZed to the grOund (#4892)
(cherry picked from commit dcc6ad8562
)
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