diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PeriodicOvulator.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PeriodicOvulator.cs index 017a6ed..ab5b2e2 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PeriodicOvulator.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_PeriodicOvulator.cs @@ -77,6 +77,13 @@ namespace RJW_Menstruation else return base.TicksToNextStage(); } + protected override void LutealAction() + { + base.LutealAction(); + if (curStage == Stage.Follicular) + GoNextStage(Stage.Anestrus); + } + protected override void BleedingAction() { base.BleedingAction(); diff --git a/changelogs.txt b/changelogs.txt index 04c373b..bae47fd 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,6 +1,7 @@ Version 1.0.9.1 - Add new ideology-related thoughts with the sexperience-ideology mod. - Using the egg restoration biosculptor cycle will give a small mood buff. + - Periodic ovulators that don't bleed will properly enter anestrus after their luteal stage. Version 1.0.9.0 - Fix errors when opening the womb dialog of some low fertility pawns.