idk why I dont have a cursor
This commit is contained in:
parent
701d55c01f
commit
cda3acdcea
349 changed files with 78627 additions and 7804 deletions
17
common/scripted_triggers/00_auto_character_triggers.txt
Normal file
17
common/scripted_triggers/00_auto_character_triggers.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
is_valid_auto_title_holder = {
|
||||
is_capable_adult = yes
|
||||
is_claimant = no
|
||||
is_imprisoned = no
|
||||
trigger_if = {
|
||||
limit = {
|
||||
scope:base.primary_title = { has_title_law = female_only_law }
|
||||
}
|
||||
is_female = yes
|
||||
}
|
||||
trigger_if = {
|
||||
limit = {
|
||||
scope:base.primary_title = { has_title_law = male_only_law }
|
||||
}
|
||||
is_male = yes
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue