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

View file

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