Minor fix to Great Prophets cost not increasing (#4772)

This commit is contained in:
ravignir
2021-08-05 23:40:45 +02:00
committed by GitHub
parent 9499471986
commit 776be5a48a

View File

@ -117,6 +117,7 @@ class ReligionManager {
prophet.religion = religion!!.name
prophet.abilityUsedCount["Religion Spread"] = 0
storedFaith -= faithForNextGreatProphet()
greatProphetsEarned += 1
}
}