diff --git a/common/scripted_character_templates/00_pool_repopulation_character_templates.txt b/common/scripted_character_templates/00_pool_repopulation_character_templates.txt index a6368403..06caf53b 100644 --- a/common/scripted_character_templates/00_pool_repopulation_character_templates.txt +++ b/common/scripted_character_templates/00_pool_repopulation_character_templates.txt @@ -894,14 +894,14 @@ pool_repopulate_local_flavor = { culture:sharoni = { trigger = { root.capital_province = { - geographical_region = world_europe + geographical_region = world_europe_south } } } culture:cale = { trigger = { root.capital_province = { - geographical_region = world_europe + geographical_region = world_europe_west_iberia } } } @@ -915,14 +915,17 @@ pool_repopulate_local_flavor = { culture:beur = { trigger = { root.capital_province = { - geographical_region = world_europe + OR = { + geographical_region = world_europe_west_francia + geographical_region = world_europe_west_germania + } } } } culture:turkisch = { trigger = { root.capital_province = { - geographical_region = world_europe + geographical_region = world_europe_west_germania } } }