mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Have periodic ovulators properly go into anestrus if they don't bleed
This commit is contained in:
parent
d752bcfed4
commit
259201ec54
2 changed files with 8 additions and 0 deletions
|
@ -77,6 +77,13 @@ namespace RJW_Menstruation
|
||||||
else return base.TicksToNextStage();
|
else return base.TicksToNextStage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void LutealAction()
|
||||||
|
{
|
||||||
|
base.LutealAction();
|
||||||
|
if (curStage == Stage.Follicular)
|
||||||
|
GoNextStage(Stage.Anestrus);
|
||||||
|
}
|
||||||
|
|
||||||
protected override void BleedingAction()
|
protected override void BleedingAction()
|
||||||
{
|
{
|
||||||
base.BleedingAction();
|
base.BleedingAction();
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Version 1.0.9.1
|
Version 1.0.9.1
|
||||||
- Add new ideology-related thoughts with the sexperience-ideology mod.
|
- Add new ideology-related thoughts with the sexperience-ideology mod.
|
||||||
- Using the egg restoration biosculptor cycle will give a small mood buff.
|
- 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
|
Version 1.0.9.0
|
||||||
- Fix errors when opening the womb dialog of some low fertility pawns.
|
- Fix errors when opening the womb dialog of some low fertility pawns.
|
||||||
|
|
Loading…
Reference in a new issue