Description:
To reform a pagan religion, you need 750 piety, 50% moral authority, and 3 holy sites. Or, you can have 5 holy sites.
If you have all 5 holy sites, the moral authority is not required. However, the button lights up even if you don't have 750 piety, and clicking it puts you negative on piety.
This is probably just a boolean issue. five_sites || piety && authority && three_sites instead of piety && ( five_sites || authority && three_sites ). Unless the piety is not supposed to be required if you have all 5 sites, in which case the bug is that it's still deducted even though it's not checked.
DLCs: All
Mods: None
Steps to Reproduce:
1. Control all 5 holy sites of any pagan religion, including the temples themselves if necessary.
2. Observe the religion reform button is lit even when you don't have 750 piety. Clicking on it puts you negative.
To reform a pagan religion, you need 750 piety, 50% moral authority, and 3 holy sites. Or, you can have 5 holy sites.
If you have all 5 holy sites, the moral authority is not required. However, the button lights up even if you don't have 750 piety, and clicking it puts you negative on piety.
This is probably just a boolean issue. five_sites || piety && authority && three_sites instead of piety && ( five_sites || authority && three_sites ). Unless the piety is not supposed to be required if you have all 5 sites, in which case the bug is that it's still deducted even though it's not checked.
DLCs: All
Mods: None
Steps to Reproduce:
1. Control all 5 holy sites of any pagan religion, including the temples themselves if necessary.
2. Observe the religion reform button is lit even when you don't have 750 piety. Clicking on it puts you negative.
Upvote
0