Make the enzygotic data structure exist before trying to add babies to it

This commit is contained in:
lutepickle 2022-08-11 16:05:49 -07:00
parent 26ff5f3d6c
commit 624ae1ce75
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -726,8 +726,8 @@ namespace RJW_Menstruation
public override void Initialize(Pawn mother, Pawn dad)
{
base.Initialize(mother, dad);
enzygoticSiblings = new Dictionary<Pawn, Pawn>();
base.Initialize(mother, dad);
}
}