Fix: Syringe requires hands and breaks on change now (#25896)

Syringe requires hands and breaks on change

Co-authored-by: Plykiya <plykiya@protonmail.com>
This commit is contained in:
Plykiya
2024-03-06 21:23:32 -08:00
committed by GitHub
parent 87c89eacd4
commit 17b80ba96b

View File

@@ -196,6 +196,8 @@ public sealed class InjectorSystem : SharedInjectorSystem
BreakOnUserMove = true, BreakOnUserMove = true,
BreakOnDamage = true, BreakOnDamage = true,
BreakOnTargetMove = true, BreakOnTargetMove = true,
NeedHand = true,
BreakOnHandChange = true,
MovementThreshold = 0.1f, MovementThreshold = 0.1f,
}); });
} }