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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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