@@ -67,10 +67,6 @@ public abstract partial class SharedHandsSystem
|
|||||||
if (checkActionBlocker && !_actionBlocker.CanDrop(uid))
|
if (checkActionBlocker && !_actionBlocker.CanDrop(uid))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// WD edit
|
|
||||||
if (HasComp<HandVirtualItemComponent>(hand.HeldEntity) && TryComp<SharedPullerComponent>(uid, out var sharedPullerComponent) && sharedPullerComponent.Pulling == null)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user