targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	Titres_Royaumes_orthodox = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Antipape_Vatican
		potential = {
			has_landed_title = k_orthodox
		}
		allow = {
			age = 0
			has_landed_title = k_orthodox
			tier =  KING
		#	OR = {
				num_of_king_titles > 1
		#		AND = {
		#			tier = KING
		#			NOT = {
		#				has_landed_title = k_orthodox
		#			}
		#		}
		#	}
		}
		effect = {
			FROM = {
				any_demesne_title = {
					limit = { 
						tier = KING
						NOT = {
							title = k_orthodox
						}
					}    
				destroy_landed_title = THIS
				}
			}
		}
	}
}