From 50c79e00bf7c839e2fbd868a0df476ca44d090ed Mon Sep 17 00:00:00 2001 From: lutepickle <28810-lutepickle@users.noreply.gitgud.io> Date: Sat, 3 Sep 2022 07:46:37 -0700 Subject: [PATCH] Show cum in the womb gizmo when insect egged --- .../RJW_Menstruation/RJW_Menstruation/Patch/GetGizmos.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.3/source/RJW_Menstruation/RJW_Menstruation/Patch/GetGizmos.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/Patch/GetGizmos.cs index 8676551..9390f34 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/Patch/GetGizmos.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/Patch/GetGizmos.cs @@ -76,13 +76,13 @@ namespace RJW_Menstruation if (hediff != null) { icon = MenstruationUtility.GetInsectEggedIcon(comp); - icon_overay = ContentFinder.Get(("Womb/Empty"), true); } else { icon = comp.GetWombIcon(); - icon_overay = comp.GetCumIcon(); } + icon_overay = comp.GetCumIcon(); + } foreach (string s in comp.GetCumsInfo) description += s + "\n";