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:
@@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user