mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-15 18:28:42 +07:00
Minor fix to Great Prophets cost not increasing (#4772)
This commit is contained in:
@ -117,6 +117,7 @@ class ReligionManager {
|
||||
prophet.religion = religion!!.name
|
||||
prophet.abilityUsedCount["Religion Spread"] = 0
|
||||
storedFaith -= faithForNextGreatProphet()
|
||||
greatProphetsEarned += 1
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user