fixes
This commit is contained in:
parent
20689a1d58
commit
04a7645cfa
7 changed files with 128 additions and 27 deletions
|
|
@ -770,7 +770,7 @@ yearly_playable_pulse = {
|
|||
save_scope_as = new_title
|
||||
}
|
||||
scope:new_title ?= {
|
||||
add_title_law = single_heir_dynasty_house
|
||||
add_title_law = noble_family_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -784,9 +784,7 @@ yearly_playable_pulse = {
|
|||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -2725,7 +2723,7 @@ quarterly_playable_pulse = {
|
|||
save_scope_as = new_title
|
||||
}
|
||||
scope:new_title ?= {
|
||||
add_title_law = single_heir_dynasty_house
|
||||
add_title_law = noble_family_succession_law
|
||||
}
|
||||
}
|
||||
if = {
|
||||
|
|
@ -2739,9 +2737,7 @@ quarterly_playable_pulse = {
|
|||
}
|
||||
every_held_title = {
|
||||
limit = {
|
||||
NOT = {
|
||||
is_nomad_title = yes
|
||||
}
|
||||
title_tier > barony
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue