Show cum in the womb gizmo when insect egged

This commit is contained in:
lutepickle 2022-09-03 07:46:37 -07:00
parent 985bc40574
commit 50c79e00bf

View file

@ -76,13 +76,13 @@ namespace RJW_Menstruation
if (hediff != null) if (hediff != null)
{ {
icon = MenstruationUtility.GetInsectEggedIcon(comp); icon = MenstruationUtility.GetInsectEggedIcon(comp);
icon_overay = ContentFinder<Texture2D>.Get(("Womb/Empty"), true);
} }
else else
{ {
icon = comp.GetWombIcon(); icon = comp.GetWombIcon();
icon_overay = comp.GetCumIcon();
} }
icon_overay = comp.GetCumIcon();
} }
foreach (string s in comp.GetCumsInfo) description += s + "\n"; foreach (string s in comp.GetCumsInfo) description += s + "\n";