From 2804779529400d2c1bdb30d57c12530830a12ed0 Mon Sep 17 00:00:00 2001 From: CaYpeN1 Date: Thu, 21 Mar 2024 17:49:01 +0500 Subject: [PATCH] stun time to 0.7 --- Content.Server/_White/Chemistry/NarcoticEffectComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_White/Chemistry/NarcoticEffectComponent.cs b/Content.Server/_White/Chemistry/NarcoticEffectComponent.cs index 3b551d92c8..0b02955a33 100644 --- a/Content.Server/_White/Chemistry/NarcoticEffectComponent.cs +++ b/Content.Server/_White/Chemistry/NarcoticEffectComponent.cs @@ -9,7 +9,7 @@ namespace Content.Server._White.Chemistry; public sealed partial class NarcoticEffectComponent : Component { [ViewVariables(VVAccess.ReadWrite), DataField] - public float StunTime = 1.5f; + public float StunTime = 0.7f; [ViewVariables(VVAccess.ReadWrite), DataField] public CancellationTokenSource cancelTokenSource = new();