From 17b80ba96b3f4ef80d8009af6f081524092fc01f Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Wed, 6 Mar 2024 21:23:32 -0800 Subject: [PATCH] Fix: Syringe requires hands and breaks on change now (#25896) Syringe requires hands and breaks on change Co-authored-by: Plykiya --- Content.Server/Chemistry/EntitySystems/InjectorSystem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs b/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs index 0846d35477..40e637615e 100644 --- a/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/InjectorSystem.cs @@ -196,6 +196,8 @@ public sealed class InjectorSystem : SharedInjectorSystem BreakOnUserMove = true, BreakOnDamage = true, BreakOnTargetMove = true, + NeedHand = true, + BreakOnHandChange = true, MovementThreshold = 0.1f, }); }