mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Fix bug introduced in ovulation rework which made induced ovulators not ovulate after follicular
This commit is contained in:
parent
de2da85558
commit
699b3aa6d2
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -1577,7 +1577,7 @@ namespace RJW_Menstruation
|
||||||
}
|
}
|
||||||
else if (curStageHrs >= currentIntervalHours)
|
else if (curStageHrs >= currentIntervalHours)
|
||||||
{
|
{
|
||||||
GoNextStage(Stage.Ovulatory);
|
GoOvulatoryStage();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue