After recovery, go straight into anestrus if out of breeding season

This commit is contained in:
lutepickle 2022-08-31 20:22:28 -07:00
parent 1b10200953
commit 1f6f50a361
1 changed files with 4 additions and 0 deletions

View File

@ -1529,6 +1529,10 @@ namespace RJW_Menstruation
{
GoNextStage(Stage.Young);
}
else if (!IsBreedingSeason())
{
GoNextStage(Stage.Anestrus);
}
else if (Configurations.EnableMenopause && ovarypower < OvaryPowerThreshold)
{
GoNextStage(Stage.ClimactericFollicular);