Initialize womb when displaying gizmo if needed.

This commit is contained in:
lutepickle 2023-07-03 08:54:19 -07:00
parent 2601f88a2d
commit ebbbf8ee7f
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -43,6 +43,8 @@ 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)