targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	Antipape_Empire_orthodox = {
		filter = all
		ai_target_filter = all
		ai = no
		diplomacy_icon = GFX_icon_Antipape_Vatican
		from_potential = {
			OR = {
				has_landed_title = k_orthodox
				has_landed_title = e_orthodox
			}
		}
		allow = {
			age = 0
			has_claim = e_orthodox
		}
		effect = {
			ROOT = {
				remove_claim = e_orthodox
			}
		}
	}
}