guarantee_mission_neighbors_threatened_by_CES = {
	custom_effect_tooltip = guarantee_mission_neighbors_threatened_by_WHT_tt
	hidden_effect = {
		every_neighbor_country = {
			limit = {
				has_war = no
				has_idea = ncn_idea_mormon_mission
				OR = {
					is_neighbor_of = CES
					any_neighbor_country = {
						has_war_with = CES
					}
				}
				NOT = { is_subject_of = CES }
				NOT = { is_in_faction_with = CES }
			}
			ROOT = { give_guarantee = PREV }
		}
	}
}
# vim: set ft=pdx ts=2 sw=2 tw=79 :
# vim: set ft=pdx ts=2 sw=2 tw=79 :
