mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Remove unnecessary null conditional
This commit is contained in:
parent
b88fab8b8a
commit
b18bbc3338
1 changed files with 1 additions and 1 deletions
|
@ -1459,7 +1459,7 @@ namespace RJW_Menstruation
|
||||||
break;
|
break;
|
||||||
case Hediff_BasePregnancy _:
|
case Hediff_BasePregnancy _:
|
||||||
default:
|
default:
|
||||||
if (Configurations.Debug) Log.Message($"Not adding to existing pregnancy {pregnancy?.GetUniqueLoadID()}");
|
if (Configurations.Debug) Log.Message($"Not adding to existing pregnancy {pregnancy.GetUniqueLoadID()}");
|
||||||
pregnant = true;
|
pregnant = true;
|
||||||
deadeggs.Add(egg);
|
deadeggs.Add(egg);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue