Remove warning in PregnantAction. That scenario can occur after an egg or mechanoid pregnancy

This commit is contained in:
lutepickle 2022-07-17 15:56:47 -07:00
parent 660b26f35a
commit f89bdaad46
1 changed files with 1 additions and 5 deletions

View File

@ -1433,11 +1433,7 @@ namespace RJW_Menstruation
}
else
{
if (pregnancy != null)
{
Log.Warning("Pawn does not have specified pregnancy, but the womb is still marked as pregnant");
pregnancy = null;
}
if (pregnancy != null) pregnancy = null;
if (Breast != null)
{
Breast.BirthTransition();