fix
This commit is contained in:
parent
ec4cd820e1
commit
c75e6e2706
3 changed files with 36 additions and 6 deletions
|
|
@ -2712,7 +2712,12 @@ on_game_start_after_lobby = {
|
|||
}
|
||||
}
|
||||
}
|
||||
primary_title = {
|
||||
any_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -782,7 +782,12 @@ yearly_playable_pulse = {
|
|||
}
|
||||
}
|
||||
}
|
||||
primary_title = {
|
||||
any_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
|
|
@ -2732,7 +2737,12 @@ quarterly_playable_pulse = {
|
|||
}
|
||||
}
|
||||
}
|
||||
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