mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Compare comps for womb gizmo duplication instead
This commit is contained in:
parent
ed682738dc
commit
3fb3d21420
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue