namespace = excommunier-fixed
######################################
####### Vatican				   #######
######################################
character_event = {
	id = excommunier-fixed.1
	hide_window = yes
	is_triggered_only = yes	
	trigger = {
		OR = {
			religion = catholic
			religion = fraticelli
		}
		OR = {
			death_reason = death_suicide
			death_reason = death_suicide_fall
			death_reason = death_suicide_hanging
			death_reason = death_suicide_poison
		}
		NOT = {
			trait = excommunicated
		}
	}
	immediate = {	
		add_trait = excommunicated
	}
}