Get the proper insect egg icon for the gizmo.

This commit is contained in:
lutepickle 2022-09-03 06:17:06 -07:00
parent 5c8fe83399
commit 71b7a8f035
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -75,7 +75,7 @@ namespace RJW_Menstruation
Hediff hediff = pawn.health.hediffSet.GetHediffs<Hediff_InsectEgg>().FirstOrDefault();
if (hediff != null)
{
icon = ContentFinder<Texture2D>.Get(("Womb/Womb_Egged"), true);
icon = MenstruationUtility.GetInsectEggedIcon(comp);
icon_overay = ContentFinder<Texture2D>.Get(("Womb/Empty"), true);
}
else