]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix: Syringe requires hands and breaks on change now (#25896)
authorPlykiya <58439124+Plykiya@users.noreply.github.com>
Thu, 7 Mar 2024 05:23:32 +0000 (21:23 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Mar 2024 05:23:32 +0000 (08:23 +0300)
Syringe requires hands and breaks on change

Co-authored-by: Plykiya <plykiya@protonmail.com>
Content.Server/Chemistry/EntitySystems/InjectorSystem.cs

index 0846d35477781c073c00e58dacce857de6e081f2..40e637615e004d6ba880b47d221d884097067cc4 100644 (file)
@@ -196,6 +196,8 @@ public sealed class InjectorSystem : SharedInjectorSystem
             BreakOnUserMove = true,
             BreakOnDamage = true,
             BreakOnTargetMove = true,
+            NeedHand = true,
+            BreakOnHandChange = true,
             MovementThreshold = 0.1f,
         });
     }