diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Things.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Things.cs index 8d88a75..c046746 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Things.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Things.cs @@ -222,8 +222,10 @@ namespace RJW_Menstruation if (absorbedfluids > this.GetStatValue(VariousDefOf.MaxAbsorbable) && (Wearer?.apparel.IsLocked(this) ?? false)) { def = DirtyDef; - //absorber.fluidColor = GetCumMixtureColor; dirty = true; + OutfitForcedHandler forcedHandler = Wearer.outfits?.forcedHandler; + if (forcedHandler?.IsForced(this) ?? false) + forcedHandler.SetForced(this, false); } } diff --git a/changelogs.txt b/changelogs.txt index 5a2645c..199e9a7 100644 --- a/changelogs.txt +++ b/changelogs.txt @@ -8,6 +8,7 @@ Version 1.0.9.2 - An equipped tampon or pad will now show how much fluid it has absorbed in its tooltip. - Passive absorption will now make a tampon or pad dirty after enough time, even if no fluid was added. - It will take a cloth tampon about 2 days to become dirty passively. A cloth pad will take about 10 days. + - An absorber that was force worn will no longer be force worn once it becomes dirty. - Egglaying races no longer have a menstrual cycle, regardless of vagina type. - Pawns with the egglaying genes from Alpha Genes, VE Saurids, or Phytokin no longer have a menstrual cycle. - The womb status button will now appear in a pawn's health tab when using Compact Hediffs, with thanks to Fern.