Readds Tasers to Security (#39087)
* Readds taser to security * removes item drop from regular tasers, adds item drop to admeme tasers * Fixes stun on collide options * Fixes drop * Lowers fire rate for taser
This commit is contained in:
@@ -27,6 +27,7 @@ internal sealed class StunOnCollideSystem : EntitySystem
|
||||
if (ent.Comp.Refresh)
|
||||
{
|
||||
_stunSystem.TryUpdateStunDuration(target, ent.Comp.StunAmount);
|
||||
|
||||
_movementMod.TryUpdateMovementSpeedModDuration(
|
||||
target,
|
||||
MovementModStatusSystem.TaserSlowdown,
|
||||
|
||||
Reference in New Issue
Block a user