Allows you to buckle transfer person from bed to bed (#32089)

* unbuckle if the target is buckled

* better way to do it
This commit is contained in:
Plykiya
2024-09-19 07:08:33 -07:00
committed by GitHub
parent 30ac40f088
commit d5d6fb51aa

View File

@@ -268,7 +268,7 @@ public abstract partial class SharedBuckleSystem
return false;
}
if (buckleComp.Buckled)
if (buckleComp.Buckled && !TryUnbuckle(buckleUid, user, buckleComp))
{
if (popup)
{