Skip to content

Commit

Permalink
Update PullerComponent.cs (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyAmphibian authored Dec 27, 2024
1 parent 07d3327 commit a7b7cab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public sealed partial class PullerComponent : Component
/// Does this entity need hands to be able to pull something?
/// </summary>
[DataField]
public bool NeedsHands = true;
public bool NeedsHands = false;

[DataField]
public ProtoId<AlertPrototype> PullingAlert = "Pulling";
Expand Down

0 comments on commit a7b7cab

Please sign in to comment.