Fixing the Fixes
This commit is contained in:
parent
066ca149c5
commit
54423c926c
19 changed files with 1022 additions and 914 deletions
|
|
@ -788,6 +788,9 @@ yearly_playable_pulse = {
|
|||
limit = {
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -825,6 +828,9 @@ yearly_playable_pulse = {
|
|||
limit = {
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = urban_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = urban_elective_succession_law
|
||||
}
|
||||
|
|
@ -2782,6 +2788,9 @@ quarterly_playable_pulse = {
|
|||
limit = {
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -2819,6 +2828,9 @@ quarterly_playable_pulse = {
|
|||
limit = {
|
||||
tier >= tier_county
|
||||
is_nomad_title = no
|
||||
NOT = {
|
||||
has_title_law = urban_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = urban_elective_succession_law
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue