You wanna buy an amethyst

This commit is contained in:
Heidesommer 2026-05-22 04:31:23 -04:00
parent dd73548da0
commit 233c06eda2
12 changed files with 7731 additions and 32 deletions

View file

@ -1649,10 +1649,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere
trigger_else_if = {
limit = { exists = scope:visiting_location }
location.faith..religion = religion:eastern_orthodox_religion
location.faith.religion = religion:eastern_orthodox_religion
}
#The book is of my religion
trigger_else = { faith..religion = religion:eastern_orthodox_religion }
trigger_else = { faith.religion = religion:eastern_orthodox_religion }
}
localization_key = random_religious_text_chrysostomos
}