Make sure that infertile vaginas start at None

This commit is contained in:
lutepickle 2022-09-08 15:59:40 -07:00
parent 7a1df037ac
commit 7f306fb9c7
1 changed files with 2 additions and 1 deletions

View File

@ -1082,7 +1082,8 @@ namespace RJW_Menstruation
if (ovarypower < -50000)
{
ovarypower = GetOvaryPowerByAge();
if (ovarypower < 1)
if (Props.infertile) curStage = Stage.None;
else if (ovarypower < 1)
{
curStage = Stage.Young;
}