One line summary of your issue
[3.1] Can't baptize child while pope is secluded
Game Version
3.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.
Normally, I can ask either the Pope or a notable realm clergyman to baptize my child. However, when the Pope is in seclusion, the decision is unavailable, saying the condition "A notable clergyman available to baptize..." is not met.
The problem is in the "give_child_special_baptism" targeted decision:
It should check top_liege against FROM (the parent), not ROOT (the baby).
Steps to reproduce the issue.
1. Load
2. Right-click youngest son
3. Hover "Organize Sumptuous Baptism"
Upload Attachment
[3.1] Can't baptize child while pope is secluded
Game Version
3.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.
Normally, I can ask either the Pope or a notable realm clergyman to baptize my child. However, when the Pope is in seclusion, the decision is unavailable, saying the condition "A notable clergyman available to baptize..." is not met.
The problem is in the "give_child_special_baptism" targeted decision:
Code:
any_realm_character = {
is_theocracy = yes
top_liege = { character = ROOT }
...
}
It should check top_liege against FROM (the parent), not ROOT (the baby).
Steps to reproduce the issue.
1. Load
2. Right-click youngest son
3. Hover "Organize Sumptuous Baptism"
Upload Attachment
Attachments
Upvote
0