From a7b7cabcde59c93b8ec8169fe18729ebc868b7e9 Mon Sep 17 00:00:00 2001 From: CrazyAmphibian <68451232+CrazyAmphibian@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:32:29 +0000 Subject: [PATCH] Update PullerComponent.cs (#20) --- Content.Shared/Movement/Pulling/Components/PullerComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";