mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Make the enzygotic data structure exist before trying to add babies to it
This commit is contained in:
parent
26ff5f3d6c
commit
624ae1ce75
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -726,8 +726,8 @@ namespace RJW_Menstruation
|
||||||
|
|
||||||
public override void Initialize(Pawn mother, Pawn dad)
|
public override void Initialize(Pawn mother, Pawn dad)
|
||||||
{
|
{
|
||||||
base.Initialize(mother, dad);
|
|
||||||
enzygoticSiblings = new Dictionary<Pawn, Pawn>();
|
enzygoticSiblings = new Dictionary<Pawn, Pawn>();
|
||||||
|
base.Initialize(mother, dad);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue