Revert "Initialize womb when displaying gizmo if needed."

This reverts commit ebbbf8ee7f.
This commit is contained in:
lutepickle 2023-07-03 09:08:52 -07:00
parent ebbbf8ee7f
commit 6fabfd6aaf
3 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -43,8 +43,6 @@ namespace RJW_Menstruation
private static Gizmo CreateGizmo_WombStatus(Pawn pawn, HediffComp_Menstruation comp)
{
if (!comp.loaded)
comp.Initialize();
Texture2D icon, icon_overlay;
StringBuilder description = new StringBuilder();
if (Configurations.Debug)