targetted_decisions = {
######################################
####### Vatican				   #######
######################################
	Rappel_archeveque = {
		filter = all
		ai_target_filter = all
		ai = no
		diplomacy_icon = GFX_icon_Cardinal_Vatican
		from_potential = {
			has_landed_title = k_papal_state
		}
		allow = {
			age = 0
			has_minor_title = title_archdeacon
		}	
		effect = {
			if = {
				limit = {
					has_minor_title = title_archdeacon
				}
				remove_title = title_archdeacon
				move_character = FROM
			}
		}
	}
}
