From e534e555c123b8b64fa1071e2b203613b56d3d8a Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto Date: Sat, 9 Oct 2021 21:20:38 +0200 Subject: [PATCH] Removes jitter when (de)activating a stunbaton. --- Content.Server/Stunnable/StunbatonSystem.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Server/Stunnable/StunbatonSystem.cs b/Content.Server/Stunnable/StunbatonSystem.cs index b3df7146a2..f5acf7eb51 100644 --- a/Content.Server/Stunnable/StunbatonSystem.cs +++ b/Content.Server/Stunnable/StunbatonSystem.cs @@ -72,8 +72,6 @@ namespace Content.Server.Stunnable if (!Get().CanUse(args.User)) return; - Get().DoJitter(args.User.Uid, TimeSpan.FromMinutes(1), 20f, 8f); - if (comp.Activated) { TurnOff(comp);