targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	No-Empires_Orthodox = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Antipape_Vatican
		from_potential = {
			has_landed_title = k_orthodox
		}
		allow = {
			age = 0 
			has_landed_title = k_orthodox
			tier = EMPEROR
			num_of_emperor_titles >= 1
		}
		effect = {
			FROM = {	
				any_demesne_title = {
					limit = { 
						tier = EMPEROR
					}
					destroy_landed_title = THIS
				}
			}
		}
	}	
}