Removes jitter when (de)activating a stunbaton.
This commit is contained in:
@@ -72,8 +72,6 @@ namespace Content.Server.Stunnable
|
|||||||
if (!Get<ActionBlockerSystem>().CanUse(args.User))
|
if (!Get<ActionBlockerSystem>().CanUse(args.User))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Get<JitteringSystem>().DoJitter(args.User.Uid, TimeSpan.FromMinutes(1), 20f, 8f);
|
|
||||||
|
|
||||||
if (comp.Activated)
|
if (comp.Activated)
|
||||||
{
|
{
|
||||||
TurnOff(comp);
|
TurnOff(comp);
|
||||||
|
|||||||
Reference in New Issue
Block a user