mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
Fixed a bug where great prophets gained through non-conventional means did not receive bonus spreads provided by wonders (#5558)
* Fixed a bug where great prophets gained through non-conventional means did not receive bonus spreads provided by wonders * Fixed overextended indentation
This commit is contained in:
@ -1019,7 +1019,7 @@ class CivilizationInfo {
|
||||
city != null -> city.cityConstructions.cityInfo.religion.getMajorityReligionName()
|
||||
else -> religionManager.religion?.name
|
||||
}
|
||||
placedUnit.setupAbilityUses()
|
||||
placedUnit.setupAbilityUses(cityToAddTo)
|
||||
}
|
||||
|
||||
for (unique in getMatchingUniques("Land units may cross [] tiles after the first [] is earned")) {
|
||||
|
Reference in New Issue
Block a user