From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:23:32 +0000 (-0800) Subject: Fix: Syringe requires hands and breaks on change now (#25896) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=17b80ba96b3f4ef80d8009af6f081524092fc01f;p=space-station-14.git Fix: Syringe requires hands and breaks on change now (#25896) Syringe requires hands and breaks on change Co-authored-by: Plykiya --- 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, }); }