namespace = PATRONS_CAT

#AZTEC1
character_event = {
	id = PATRONS_CAT.1
	desc = PATRONS_CAT.1.desc
	picture = GFX_evt_bishop
	border = GFX_event_normal_frame_religion

	is_triggered_only = yes
	
	option = {
		name = PATRONS_CAT.1.a
		set_character_flag = patron_chosen
		add_character_modifier = {
			name = patron_cat
			duration = -1
		}
	}
	option = {
		name = PATRONS_CAT.1.b
	}
}