targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	Loi_Royaume_sancta_orthodox = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Antipape_Vatican
		potential = {
			has_landed_title = k_orthodox
		}
		allow = {
			age = 0
			NOT = {
				custom_tooltip = {
					text = papal_succession_royaume
					e_holy_see_orthodox = {
						has_law = succ_papal_succession_Royaume_Orthodox
					}
				}
			}
		}
		effect = {	
			e_holy_see_orthodox = {
				add_law = {
					law = succ_papal_succession_Royaume_Orthodox
					opinion_effect = no
				}
			}
		}
	}
}