# Replaces the pregnancy craving events with bare bones un-triggerable versions in order to effectively remove the events from the game

#Mother has weird cravings.
character_event = {
	id = HFP.20573
	
	is_triggered_only = yes
	
	trigger = {
		NOT = { ai = no }
		NOT = { ai = yes }
	}
}

#Spouse: Mother has weird cravings.
character_event = {
	id = HFP.20596
	
	is_triggered_only = yes
	
	trigger = {
		NOT = { ai = no }
		NOT = { ai = yes }
	}
}