Short summary of your issue
Cannot recruit children who don't have a liege
Game Version
1.3.0 (Corvus)
What OS are you playing on?
Windows
What platform are you using?
Steam
Do you have mods enabled?
No
Have you tried verifying your game files (Steam only)?
No
How much "pain" is this causing you?
4
Please explain the issue you experienced in the most condensed way possible
If you try to recruit a child who doesn't have a liege (for instance, you imprisoned them but then successfully took their liege's titles in a war) you are unable to. This is due to this chunk of code:
The AND means a child MUST have a liege if you want to recruit them to court.
Please explain how to reproduce the issue
Imprison a child without a liege. I have also attached a save file where I have done this.
Is there anything else you think could help us identify/replicate the issue?
Not really, it's pretty simple.
I have attached a save game
Yes
Upload Attachment
File(s) attached
Cannot recruit children who don't have a liege
Game Version
1.3.0 (Corvus)
What OS are you playing on?
Windows
What platform are you using?
Steam
Do you have mods enabled?
No
Have you tried verifying your game files (Steam only)?
No
How much "pain" is this causing you?
4
Please explain the issue you experienced in the most condensed way possible
If you try to recruit a child who doesn't have a liege (for instance, you imprisoned them but then successfully took their liege's titles in a war) you are unable to. This is due to this chunk of code:
Code:
scope:recipient = {
is_ruler = no
NOT = { is_courtier_of = scope:actor }
OR = {
is_adult = yes
AND = {
exists = liege
NOT = { is_heir_of = liege }
}
}
}
The AND means a child MUST have a liege if you want to recruit them to court.
Please explain how to reproduce the issue
Imprison a child without a liege. I have also attached a save file where I have done this.
Is there anything else you think could help us identify/replicate the issue?
Not really, it's pretty simple.
I have attached a save game
Yes
Upload Attachment
File(s) attached