From ee9ef8f22edb43328efefaf350d5dcddd06f3294 Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Sun, 23 Oct 2022 19:50:20 -0700 Subject: [PATCH] Don't save Cum.internalThing --- 1.4/source/RJW_Menstruation/RJW_Menstruation/Cum.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Cum.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Cum.cs index f50ddd4..c1f9931 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Cum.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Cum.cs @@ -163,7 +163,6 @@ namespace RJW_Menstruation public virtual void ExposeData() { Scribe_References.Look(ref pawn, "pawn", true); - Scribe_References.Look(ref internalThing, "internalThing", true); Scribe_Values.Look(ref volume, "volume", volume, true); Scribe_Values.Look(ref fertility, "fertility", fertility, true); Scribe_Values.Look(ref notcumthickness, "notcumthickness", notcumthickness, true);