From 411fd16fe98a2227f8208191e685e35a73a9cf5c Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Sun, 23 Apr 2023 09:36:42 -0700 Subject: [PATCH] Change the text in the GC patch to be consistent with vanilla --- 1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/GC_Patch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/GC_Patch.cs b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/GC_Patch.cs index 79e7be5..37eda3e 100644 --- a/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/GC_Patch.cs +++ b/1.4/source/RJW_Menstruation/RJW_Menstruation/Patch/GC_Patch.cs @@ -16,7 +16,7 @@ namespace RJW_Menstruation.Patch { if (!__result.NullOrEmpty()) return; if (cummedPawns.Contains(pawn)) - __result = "Has cum or fertilized egg in a womb"; + __result = "EggFertOrCumInWomb"; } }