targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	detruire_le_Saint_Siege_orthodox = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Empire_Vatican
		potential = {
			OR = {
				has_landed_title = k_orthodox
				has_landed_title = e_orthodox
			}
		}
		allow = {
			age = 0
			has_landed_title = k_orthodox
			has_landed_title = e_orthodox
			NOT = {
				trait = trait_Sede_Vacante_orthodox
			}
			war = no
			NOT = {
				any_vassal = {
					tier = KING
				}
			}
		}
		effect = {
			any_vassal = {
				limit = {
					lower_tier_than = KING
				}
				set_character_flag = pope_vassal
			}
			e_orthodox = {
				destroy_landed_title = THIS
			}
			unsafe_destroy_landed_title = e_orthodox
            any_character = {
				limit = {
					has_character_flag = pope_vassal
				}
				set_defacto_liege = THIS
				set_defacto_liege = ROOT
				clr_character_flag = pope_vassal
            }
		}
	}
}