targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	Rappel_archeveque_Orthodox = {
		filter = all
		ai_target_filter = all
		ai = no
		diplomacy_icon = GFX_icon_Cardinal_Vatican
		from_potential = {
			has_landed_title = k_orthodox
		}
		allow = {
			age = 0
			has_minor_title = title_archdeacon_orthodox
		}	
		effect = {
			if = {
				limit = {
					has_minor_title = title_archdeacon_orthodox
				}
				remove_title = title_archdeacon_orthodox
				move_character = FROM
			}
		}
	}
}
