Bosnia and fixing errors

This commit is contained in:
Heidesommer 2026-05-07 16:29:05 -04:00
parent b2ab8cbfae
commit ac01dcb086
26 changed files with 174 additions and 179 deletions

View file

@ -47,7 +47,7 @@ iberia_north_africa.0001 = { #by Mathilda Bjarnehed
triggered_desc = {
trigger = {
game_start_date >= 789.1.1 #The end of Umayyad Conquest
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
}
desc = iberia_north_africa.0001.christian.desc
}
@ -459,14 +459,14 @@ iberia_north_africa.0016 = { #by Mathilda Bjarnehed
text = iberia_north_africa.0015.a
}
name = {
trigger = { faith = { religion_tag = christianity_religion } }
trigger = { faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } } }
text = iberia_north_africa.0016.christianity.a
}
name = {
trigger = {
faith = {
NOR = {
religion_tag = christianity_religion
OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion }
religion_tag = islam_religion
}
}