mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
If implant errors, see if there's a loose pregnancy to take.
This commit is contained in:
parent
0c38513084
commit
9cdb887bdd
1 changed files with 1 additions and 0 deletions
|
@ -1492,6 +1492,7 @@ namespace RJW_Menstruation
|
|||
catch (Exception ex)
|
||||
{
|
||||
Log.Error($"Error creating pregnancy in {Pawn}'s womb, father {egg.fertilizer}: {ex}");
|
||||
TakeLoosePregnancy();
|
||||
deadeggs.Add(egg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue