From 49db91ca4de8ab60120f83b99d7fa8e4b2351a37 Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Fri, 9 Sep 2022 06:17:02 -0700 Subject: [PATCH] Move application of cramp pain to after the switch to bleeding so the duration can be properly calculated --- .../RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs | 2 +- changelogs.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs index 0943ec2..f576ff0 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs @@ -1438,11 +1438,11 @@ namespace RJW_Menstruation } else { + GoNextStage(Stage.Bleeding); if (crampPain >= 0.05f) { AddCrampPain(); } - GoNextStage(Stage.Bleeding); } } else if (!eggs.NullOrEmpty()) diff --git a/changelogs.txt b/changelogs.txt index a2f8b5c..b563992 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -1,5 +1,6 @@ Version 1.0.7.5 - Fix error when one womb's concealed estrus is overwritten by another womb's visible estrus. + - Properly calculate cramp pain falloff again. - Climacteric and menopause are now per-womb. Their effect on overall sex drive and satisfaction will depend on the health of any other wombs. - Added new property to vaginas to multiply the number of eggs available. Archotech vaginas will have quadruple the normal amount.