targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	Religion-pape-orthodox = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Antipape_Vatican
		potential = {
			has_landed_title = k_orthodox
		}
		allow = {
			age = 0
		#	OR = {
		#		NOT = {
		#			religion = orthodox	
		#		}
				has_secret_religion = yes
		#	}
		}
		effect = {
			FROM = {	
		#		religion = orthodox
				clear_secret_religion = yes
			}
		}
	}
}