Don't need the null check in enzygoticSiblings anymore in 1.4

This commit is contained in:
lutepickle 2022-11-04 09:18:27 -07:00
parent db5813d768
commit 0647d25fa2
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ namespace RJW_Menstruation
}
else
{
enzygoticSiblings?.Add(baby, firstbaby);
enzygoticSiblings.Add(baby, firstbaby);
if (baby.story != null)
{