idk why I dont have a cursor

This commit is contained in:
Magpie490 2025-06-02 16:22:24 +01:00
parent 701d55c01f
commit cda3acdcea
349 changed files with 78627 additions and 7804 deletions

View 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
}
}