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

@ -12997,7 +12997,7 @@ pilgrimage.6810 = {
}
cooldown = { years = 1 }
trigger = {
faith = { religion_tag = christianity_religion } #this is basically a Christian thing
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } } #this is basically a Christian thing
exists = faith.religious_head #you have a religious head
faith.religious_head = {
this != root #and it's not you

View file

@ -664,7 +664,7 @@ tour_travel.1004 = {
trigger = {
is_location_valid_for_travel_event_on_land = yes
has_activity_intent = altruism_intent
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
is_governor = no
}
@ -909,7 +909,7 @@ tour_travel.1005 = {
trigger = {
is_location_valid_for_travel_event_on_land = yes
has_activity_intent = altruism_intent
faith = { religion_tag = christianity_religion }
faith = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
is_governor = no
}