mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Log a message when trying to add egg to existing base pregnancy (or hetero twins disabled)
This commit is contained in:
parent
c7bb6bde18
commit
b0ea928a50
1 changed files with 1 additions and 0 deletions
|
@ -1459,6 +1459,7 @@ namespace RJW_Menstruation
|
|||
break;
|
||||
case Hediff_BasePregnancy _:
|
||||
default:
|
||||
if (Configurations.Debug) Log.Message($"Not adding to existing pregnancy {pregnancy?.GetUniqueLoadID()}");
|
||||
pregnant = true;
|
||||
deadeggs.Add(egg);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue