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

@ -872,15 +872,14 @@ scripted_effect bp2_learn_lithurgical_language_effect = {
}
else_if = {
limit = {
scope:activity.activity_location.county.faith = faith:catholic
scope:activity.activity_location.county.faith.religion = religion:catholic_religion
}
learn_language = language_latin
}
else_if = {
limit = {
OR = {
scope:activity.activity_location.county.faith = faith:orthodox
scope:activity.activity_location.county.faith = faith:coptic
scope:activity.activity_location.county.faith.religion = religion:eastern_orthodox_religion
}
}
learn_language = language_greek
@ -914,10 +913,8 @@ bp2_adult_education.1011 = {
OR = {
scope:activity.activity_location.county.faith.religion = religion:islam_religion
scope:activity.activity_location.county.faith.religion = religion:judaism_religion
scope:activity.activity_location.county.faith = faith:catholic
scope:activity.activity_location.county.faith = faith:orthodox
scope:activity.activity_location.county.faith = faith:coptic
scope:activity.activity_location.county.faith = faith:nestorian
scope:activity.activity_location.county.faith.religion = religion:eastern_orthodox_religion
scope:activity.activity_location.county.faith.religion = religion:catholic_religion
}
trigger_if = {
limit = {
@ -929,23 +926,19 @@ bp2_adult_education.1011 = {
limit = {
OR = {
scope:activity.activity_location.county.faith.religion = religion:judaism_religion
scope:activity.activity_location.county.faith = faith:nestorian
}
}
NOT = { knows_language = language_aramaic }
}
trigger_else_if = {
limit = {
scope:activity.activity_location.county.faith = faith:catholic
scope:activity.activity_location.county.faith.religion = religion:catholic_religion
}
NOT = { knows_language = language_latin }
}
trigger_else_if = {
limit = {
OR = {
scope:activity.activity_location.county.faith = faith:orthodox
scope:activity.activity_location.county.faith = faith:coptic
}
scope:activity.activity_location.county.faith.religion = religion:eastern_orthodox_religion
}
NOT = { knows_language = language_greek }
}