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
1 changed files with 2 additions and 2 deletions

View File

@ -76,13 +76,13 @@ namespace RJW_Menstruation
if (hediff != null)
{
icon = MenstruationUtility.GetInsectEggedIcon(comp);
icon_overay = ContentFinder<Texture2D>.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";