The debugging will continue until stability improves

This commit is contained in:
Heidesommer 2026-05-22 22:45:00 -04:00
parent bd75dc0b38
commit b21331e150
39 changed files with 25050 additions and 13859 deletions

View file

@ -1875,7 +1875,7 @@ scripted_trigger cultural_festival_2050_scandalous_trigger = {
OR = {
faith = { #there are many ways you can be scandalous
OR = {
has_doctrine_parameter = naked_adherents_active
# has_doctrine_parameter = naked_adherents_active
has_doctrine_parameter = deviancy_accepted
NOT = { trait_is_sin = lustful }
trait_is_sin = chaste
@ -1891,7 +1891,7 @@ scripted_trigger cultural_festival_2050_modest_trigger = {
culture = { has_cultural_tradition = tradition_modest } #you can just be modest
faith = { #or you don't have these tenets
NOR = {
has_doctrine_parameter = naked_adherents_active
# has_doctrine_parameter = naked_adherents_active
has_doctrine_parameter = deviancy_accepted
}
}