From 08e3a2fd51fe0bc7f41faa12df87a24a53cf3656 Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Wed, 17 Aug 2022 15:55:28 -0700 Subject: [PATCH] Remove a bit of namespace from CumOut --- .../RJW_Menstruation/HediffComps/HediffComp_Menstruation.cs | 2 +- 1 file changed, 1 insertion(+), 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 fc07cb6..f7cfa17 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 @@ -823,7 +823,7 @@ namespace RJW_Menstruation if (cums.NullOrEmpty()) return; if (TotalCum > Props.maxCumCapacity * parent.pawn.BodySize) leakfactor = Math.Min(1 + (TotalCum - Props.maxCumCapacity * parent.pawn.BodySize) / 10, 2f); if (absorber != null && absorber.dirty && !absorber.LeakAfterDirty) leakfactor = 0f; - if (parent.pawn.jobs?.curJob?.def == rjw.xxx.knotted) leakfactor = 0f; + if (parent.pawn.jobs?.curJob?.def == xxx.knotted) leakfactor = 0f; List removecums = new List(); foreach (Cum cum in cums) {