﻿# called for the mother when a pregnancy reaches the "revealed" status
# scope:mother is the pregnant mother
# scope:father is the assumed father
# scope:real_father is the biological father
on_pregnancy_mother = {
	events = {
        mistress_pregnancy.1001 # Mistress gives birth to child
		mistress_pregnancy.1002
	}
}


on_birth_mother = {
	events = {
		mistress_birth.0001
	}
}
