From 8ab1a60779b8b6b22ed516dfd2be07d32ff3da04 Mon Sep 17 00:00:00 2001 From: Xhuis Date: Sun, 14 Dec 2014 10:12:08 -0500 Subject: [PATCH] Lowers stun duration to compensate animation --- code/modules/mob/living/carbon/carbon.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 0088cad1b33..4a7dadd474c 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -92,9 +92,9 @@ spawn(20) src.jitteriness -= 990 //Still jittery, but vastly less // if(src.stunned < shock_damage) src.stunned = shock_damage - Stun(5)//This should work for now, more is really silly and makes you lay there forever + Stun(3)//This should work for now, more is really silly and makes you lay there forever // if(src.weakened < 20*siemens_coeff) src.weakened = 20*siemens_coeff - Weaken(5) + Weaken(3) return shock_damage