Bugs fixing

This commit is contained in:
Heidesommer 2026-05-24 05:01:46 -04:00
parent cb926c39aa
commit ebc206bb1c
117 changed files with 59950 additions and 11056 deletions

View file

@ -5765,7 +5765,7 @@ GetAdventureNameSuffix = {
OR = {
NOT = { exists = scope:new_landless_adventurer }
scope:new_landless_adventurer ?= {
faith = faith:ashari
faith = faith:aqlani
}
}
}
@ -5988,20 +5988,7 @@ GetAdventureNameSuffix = {
OR = {
NOT = { exists = scope:new_landless_adventurer }
scope:new_landless_adventurer ?= {
OR = {
culture = culture:greek
culture = culture:roman
culture = {
any_parent_culture_or_above = {
this = culture:greek
}
}
culture = {
any_parent_culture_or_above = {
this = culture:roman
}
}
}
culture = { has_cultural_pillar = heritage_greek }
}
}
}
@ -6955,14 +6942,7 @@ GetAdventureNameSuffix = {
OR = {
NOT = { exists = scope:new_landless_adventurer }
scope:new_landless_adventurer ?= {
culture = {
OR = {
this = culture:greek
any_parent_culture_or_above = {
this = culture:greek
}
}
}
culture = { has_cultural_pillar = heritage_greek }
}
}
}
@ -7495,18 +7475,7 @@ GetAdventureNameSuffix = {
OR = {
NOT = { exists = scope:new_landless_adventurer }
scope:new_landless_adventurer ?= {
culture = {
OR = {
has_cultural_era_or_later = culture_era_early_medieval
this = culture:greek
this = culture:roman
any_parent_culture_or_above = {
this = culture:greek
}
any_parent_culture_or_above = {
this = culture:roman
}
}
culture = { has_cultural_pillar = heritage_greek }
}
}
}