From 80a987b0bd72a4c1dfcb5c3a9462c4dda9c4fc51 Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Mon, 20 Mar 2023 16:27:41 -0700 Subject: [PATCH] Just remove the ovarypower/ovulated comparsion. It's fine if ovarypower goes negative --- .../RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs | 1 - About/Manifest.xml | 2 +- changelogs.txt | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) 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.