mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Initialize womb when displaying gizmo if needed.
This commit is contained in:
parent
39fe33acc6
commit
9d0d5f1d91
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ namespace RJW_Menstruation
|
||||||
|
|
||||||
private static Gizmo CreateGizmo_WombStatus(Pawn pawn, HediffComp_Menstruation comp)
|
private static Gizmo CreateGizmo_WombStatus(Pawn pawn, HediffComp_Menstruation comp)
|
||||||
{
|
{
|
||||||
|
if (!comp.loaded)
|
||||||
|
comp.Initialize();
|
||||||
Texture2D icon, icon_overlay;
|
Texture2D icon, icon_overlay;
|
||||||
StringBuilder description = new StringBuilder();
|
StringBuilder description = new StringBuilder();
|
||||||
if (Configurations.Debug)
|
if (Configurations.Debug)
|
||||||
|
|
Loading…
Reference in a new issue