Have luteal advance at curStageHrs == currentIntervalHours for consistency with the other stages

This commit is contained in:
lutepickle 2022-12-25 14:32:52 -08:00
parent def93aa218
commit b3ffe9afed

View file

@ -1480,7 +1480,7 @@ namespace RJW_Menstruation
protected virtual void LutealAction() protected virtual void LutealAction()
{ {
if (curStageHrs > currentIntervalHours) if (curStageHrs >= currentIntervalHours)
{ {
eggs.Clear(); eggs.Clear();
if (EggHealth < 1f / 4f || (EggHealth < 1f / 3f && Rand.Range(0.0f, 1.0f) < 0.3f)) //skips bleeding if (EggHealth < 1f / 4f || (EggHealth < 1f / 3f && Rand.Range(0.0f, 1.0f) < 0.3f)) //skips bleeding