on_character_ask_to_join_society = { #when pressing the button to join
	events = {
		neurowie_event.1 	#Dołączyć do neurów
	}
}

on_five_year_pulse = {
	events = {
		neurowie_event.4 	#force AI characters join the society
		wampyring_event.145
	}
}

# Fires every two years for characters who are members of any society
on_society_bi_yearly_pulse = {
	events = { #all of these will trigger every 2 years
		neurowie_event.8
	}
	random_events = {
		50 = neurowie_event.80
		50 = neurowie_event.85
		50 = wampyring_event.90
	}
}
on_adulthood = {
	events = {
		neurowie_event.45	#za stary na test wilka
	}
}
on_character_switch_society_interest = {
	events = {
		wampyring_event.1	#szukanie wampirów
	}
}
on_executed  = {
	events = {
		wampyring_event.129
	}
}