mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Have PregnantAction use get_Pregnancy instead since the same logic is in there
This commit is contained in:
parent
d0eb2e8383
commit
68c4081f11
1 changed files with 1 additions and 6 deletions
|
@ -1753,16 +1753,11 @@ namespace RJW_Menstruation
|
|||
Implant();
|
||||
}
|
||||
|
||||
if (pregnancy != null && Pawn.health.hediffSet.hediffs.Contains(pregnancy))
|
||||
{
|
||||
if (Pregnancy != null)
|
||||
curStageTicks += TickInterval;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (pregnancy != null) pregnancy = null;
|
||||
GoNextStage(Stage.Recover);
|
||||
}
|
||||
}
|
||||
|
||||
protected virtual void RecoverAction()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue