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
|
else
|
||||||
{
|
{
|
||||||
if (pregnancy != null)
|
if (pregnancy != null) pregnancy = null;
|
||||||
{
|
|
||||||
Log.Warning("Pawn does not have specified pregnancy, but the womb is still marked as pregnant");
|
|
||||||
pregnancy = null;
|
|
||||||
}
|
|
||||||
if (Breast != null)
|
if (Breast != null)
|
||||||
{
|
{
|
||||||
Breast.BirthTransition();
|
Breast.BirthTransition();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue