Information
I have verifed my game files (Steam only)
YesI have disabled all mods
YesI am running the latest game update
YesRequired
Summary
Alexandrian Catechism / Islamic Rationalism Not Available to Either GroupDescription
Alexandrian Catechism / Islamic Rationalism has a broken
Code:
is_shown
The current definition in "Crusader Kings III\game\common\religion\doctrines\00_core_tenets.txt" has:
Code:
is_shown = {
religion_tag = christianity_religion
religion_tag = islam_religion
}
But should be:
Code:
is_shown = {
OR = {
religion_tag = christianity_religion
religion_tag = islam_religion
}
}
I've verified that making this change fixed the bug.
Steps to reproduce
* Be Coptic* Try to create a new faith
* See that Alexandrian Catechism is not allowed
Game Version
1.11.5Platform
WindowsAdditional Information
Affected Feature
- Gameplay
Save Game
Other Attachments
Upvote
0