Fix bug introduced in ovulation rework which made induced ovulators not ovulate after follicular

This commit is contained in:
lutepickle 2023-03-12 15:54:14 -07:00
parent de2da85558
commit 699b3aa6d2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -1577,7 +1577,7 @@ namespace RJW_Menstruation
}
else if (curStageHrs >= currentIntervalHours)
{
GoNextStage(Stage.Ovulatory);
GoOvulatoryStage();
}
else
{