diff --git a/Content.Shared/Movement/Pulling/Components/PullerComponent.cs b/Content.Shared/Movement/Pulling/Components/PullerComponent.cs index 197d7cfd7c899e..7ec8340224281d 100644 --- a/Content.Shared/Movement/Pulling/Components/PullerComponent.cs +++ b/Content.Shared/Movement/Pulling/Components/PullerComponent.cs @@ -39,7 +39,7 @@ public sealed partial class PullerComponent : Component /// Does this entity need hands to be able to pull something? /// [DataField] - public bool NeedsHands = true; + public bool NeedsHands = false; [DataField] public ProtoId PullingAlert = "Pulling";