From fa84af4e22679ee08ef8032a3f4f6d8eeef5bcf7 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 24 Nov 2015 11:44:11 -0500 Subject: [PATCH] Removes changes to RUN --- code/modules/mob/living/carbon/human/human_movement.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index b286bc7f760..39bdd785530 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -46,7 +46,7 @@ tally += 2*stance_damage //damaged/missing feet or legs is slow if(RUN in mutations) - tally -= 1 + tally = -1 if(HULK in mutations) tally += 1 if(status_flags & IGNORESLOWDOWN) // make sure this is always at the end so we don't have ignore slowdown getting ignored itself