Use GoNextStage in TakeLoosePregnancy

This commit is contained in:
lutepickle 2022-08-29 16:47:32 -07:00
parent 57df60d62c
commit 5908935260

View file

@ -1760,11 +1760,7 @@ namespace RJW_Menstruation
Pawn.GetMenstruationComps().Select(comp => comp.pregnancy).Where(preg => preg != null)
).FirstOrDefault();
if (pregnancy != null)
{
currentIntervalHours = (int)pregnancy.GestationHours();
curStage = Stage.Pregnant;
curStageHrs = 0;
}
GoNextStage(Stage.Pregnant);
}
public void CopyCycleProperties(HediffComp_Menstruation original)