Долбаеб (#404)

Co-authored-by: Mona Hmiza <>
This commit is contained in:
RavMorgan
2023-09-15 16:57:05 +03:00
committed by Aviu00
parent a5c3f2682b
commit 9aff581859

View File

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