From 4344457aaba9a72dd0c2865def927323af1fd96d Mon Sep 17 00:00:00 2001 From: AndresE55 <80334192+Leander-0@users.noreply.github.com> Date: Fri, 8 Apr 2022 17:07:30 -0400 Subject: [PATCH] Stun baton nerf (#7452) Co-authored-by: AndresE55 <17-10757@usb.ve> --- Content.Server/Stunnable/Components/StunbatonComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Stunnable/Components/StunbatonComponent.cs b/Content.Server/Stunnable/Components/StunbatonComponent.cs index 4e62e60709..114f988565 100644 --- a/Content.Server/Stunnable/Components/StunbatonComponent.cs +++ b/Content.Server/Stunnable/Components/StunbatonComponent.cs @@ -28,7 +28,7 @@ namespace Content.Server.Stunnable.Components [ViewVariables(VVAccess.ReadWrite)] [DataField("energyPerUse")] - public float EnergyPerUse { get; set; } = 50; + public float EnergyPerUse { get; set; } = 350; [ViewVariables(VVAccess.ReadWrite)] [DataField("onThrowStunChance")]