targetted_decisions = {
######################################
####### Vatican				   #######
######################################
    non-beneficiaire_papal = {
		filter = all
    	ai_target_filter = all
		ai = no
		diplomacy_icon = GFX_icon_Croisade_Vatican		
		from_potential = {
			has_landed_title = k_papal_state
		}	
		allow = {
			age = 0
			religion = FROM	
			rightful_religious_head = FROM
			NOT = {
				any_liege = {
					has_claim = k_papal_state
				}
				has_claim = k_papal_state
				any_vassal = {
					has_claim = k_papal_state
				}
			}
			NOT = {
				top_liege = {
					custom_tooltip = {
						text = any_realm_character_non-beneficiaire_papal
						any_realm_character = {
							has_claim = k_papal_state
						}
					}
				}
			}
			official_crusade_recipient = {
				character = ROOT 
			}
			catholic = { 
				OR = { 
					is_preparing_crusade = yes
					has_crusade_war_started = yes
				}
			}
		}
		effect = {
			official_crusade_recipient = {
				save_event_target_as = old_crusade_recipient
			}
			set_official_crusade_recipient = none
			any_crusade_participant = {
				limit = {
					NOT = {
						character = ROOT
					}
				}
				letter_event = {
					id = non-beneficiaire-papal.2 # HFP.41121
			#		days = 1
				}
			}
			letter_event = {
				id = non-beneficiaire-papal.3
			#	days = 1
			}
		}
    }
}