Fixing the Fixes
This commit is contained in:
parent
066ca149c5
commit
54423c926c
19 changed files with 1022 additions and 914 deletions
|
|
@ -2381,6 +2381,9 @@ on_game_start_after_lobby = {
|
|||
every_held_title = {
|
||||
limit = {
|
||||
tier >= tier_county
|
||||
NOT = {
|
||||
has_title_law = saxon_elective_succession_law
|
||||
}
|
||||
}
|
||||
add_title_law = saxon_elective_succession_law
|
||||
}
|
||||
|
|
@ -2415,6 +2418,9 @@ on_game_start_after_lobby = {
|
|||
every_held_title = {
|
||||
limit = {
|
||||
tier >= tier_county
|
||||
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