mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Get the proper insect egg icon for the gizmo.
This commit is contained in:
parent
5c8fe83399
commit
71b7a8f035
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue