diff --git a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs index 63bc6d8..8080ba8 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs @@ -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)