If implant errors, see if there's a loose pregnancy to take.

This commit is contained in:
lutepickle 2023-07-31 05:44:18 -07:00
parent 0c38513084
commit 9cdb887bdd
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}