mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Show cum in the womb gizmo when insect egged
This commit is contained in:
parent
985bc40574
commit
50c79e00bf
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue