diff --git a/1.3/source/RJW_Menstruation/RJW_Menstruation/UI/Gizmo_Womb.cs b/1.3/source/RJW_Menstruation/RJW_Menstruation/UI/Gizmo_Womb.cs index 41e03b4..221ca72 100644 --- a/1.3/source/RJW_Menstruation/RJW_Menstruation/UI/Gizmo_Womb.cs +++ b/1.3/source/RJW_Menstruation/RJW_Menstruation/UI/Gizmo_Womb.cs @@ -40,7 +40,7 @@ namespace RJW_Menstruation public override bool GroupsWith(Gizmo other) { - if (other is Gizmo_Womb womb && womb != this) return false; + if (other is Gizmo_Womb womb && womb.comp != this.comp) return false; else return base.GroupsWith(other); }