mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Remove warning in PregnantAction. That scenario can occur after an egg or mechanoid pregnancy
This commit is contained in:
parent
660b26f35a
commit
f89bdaad46
1 changed files with 1 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue