Send climacteric follicular to luteal stage

This commit is contained in:
lutepickle 2022-05-31 05:37:50 -07:00
parent 46af80de5b
commit 871730ac3a
1 changed files with 1 additions and 1 deletions

View File

@ -1583,7 +1583,7 @@ namespace RJW_Menstruation
else if (ovarypower < OvaryPowerThreshold / 3 && Rand.Range(0.0f, 1.0f) < 0.2f) //skips ovulatory
{
follicularIntervalhours = PeriodRandomizer(follicularIntervalhours, Props.deviationFactor * 6);
GoNextStage(Stage.ClimactericFollicular);
GoNextStage(Stage.ClimactericLuteal);
}
else
{