One line summary of your issue
[3.0.1.1] "Secretly convert to spouse religion" checks DLC for wrong character
Game Version
3.0.1.1
What expansions do you have installed?
Jade Dragon,
The Reapers Due,
Conclave,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
In the potential block of secretly_convert_to_close_relations_religion:
It's effectively checking dlc_religion_check_trigger on FROM, not on ROOT. The "consort" clause below has the same problem.
Steps to reproduce the issue.
Upload Attachment
[3.0.1.1] "Secretly convert to spouse religion" checks DLC for wrong character
Game Version
3.0.1.1
What expansions do you have installed?
Jade Dragon,
The Reapers Due,
Conclave,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury
Do you have mods enabled?
Yes
Please explain your issue is in as much detail as possible.
In the potential block of secretly_convert_to_close_relations_religion:
Code:
spouse = {
character = FROM
dlc_religion_check_trigger = yes
}
It's effectively checking dlc_religion_check_trigger on FROM, not on ROOT. The "consort" clause below has the same problem.
Steps to reproduce the issue.
Upload Attachment
Upvote
0