fix
This commit is contained in:
parent
f7f5a8d571
commit
84661e7d63
3 changed files with 36 additions and 6 deletions
|
|
@ -224,7 +224,12 @@ on_title_gain = {
|
|||
}
|
||||
}
|
||||
}
|
||||
primary_title = {
|
||||
any_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
|
|
@ -2855,7 +2860,12 @@ on_title_gain_inheritance = {
|
|||
}
|
||||
}
|
||||
}
|
||||
primary_title = {
|
||||
any_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
|
|
@ -2936,7 +2946,12 @@ on_title_gain_usurpation = {
|
|||
}
|
||||
}
|
||||
}
|
||||
primary_title = {
|
||||
any_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue