mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Don't need the null check in enzygoticSiblings anymore in 1.4
This commit is contained in:
parent
db5813d768
commit
0647d25fa2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue