namespace = male_bureaucracy

character_event = {
	id = male_bureaucracy.1
	desc = EVTDESC_male_bureaucracy_1
	picture = "GFX_evt_council"
	
	trigger = {
		AND = {
			is_ruler = yes
			independent = no
			top_liege = { has_law = succ_byzantine_elective }
			NOR = {
				has_law = agnatic_succession
				religion_group = muslim
				is_merchant_republic = yes
				is_theocracy = yes
				is_tribal = yes
				is_nomadic = yes
			}
		}
	}
	
	mean_time_to_happen = {
		months = 1
	}
	
	immediate = {
		primary_title = {
			add_law = agnatic_succession
		}
	}
	
	option = {
		name = OK
	}
}