diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs index d015752..1ec178c 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs @@ -1610,7 +1610,6 @@ namespace RJW_Menstruation eggs.Add(new Egg((int)(EggLifespanHours / CycleFactor))); ++ovulated; } - if(ovulated > ovarypower) ovulated = Math.Min(ovarypower, eggstack); ovarypower -= ovulated; eggstack = 0; diff --git a/About/Manifest.xml b/About/Manifest.xml index fc6edef..3299391 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,7 @@ RJW Menstruation - 1.0.8.9 + 1.0.9.0 diff --git a/changelogs.txt b/changelogs.txt index f68bbbe..42f00cd 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,3 +1,5 @@ +Version 1.0.9.0 + Version 1.0.8.9 - Fix bug that sent pawns into menopause very early. Please use the recalculate ovary power dev action to restore lost eggs.