diff --git a/1.3/Assemblies/RJW_Menstruation.dll b/1.3/Assemblies/RJW_Menstruation.dll index f25f928..bbc268e 100644 Binary files a/1.3/Assemblies/RJW_Menstruation.dll and b/1.3/Assemblies/RJW_Menstruation.dll differ 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 8007c65..8676551 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/Patch/GetGizmos.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/Patch/GetGizmos.cs @@ -75,7 +75,7 @@ namespace RJW_Menstruation Hediff hediff = pawn.health.hediffSet.GetHediffs().FirstOrDefault(); if (hediff != null) { - icon = ContentFinder.Get(("Womb/Womb_Egged"), true); + icon = MenstruationUtility.GetInsectEggedIcon(comp); icon_overay = ContentFinder.Get(("Womb/Empty"), true); } else