From 19b63a4b080154c403ee8fe91c9ea998122acee5 Mon Sep 17 00:00:00 2001 From: skull132 Date: Tue, 2 Jun 2015 19:03:46 +0300 Subject: [PATCH] Human_movement update Makes you walk slower, or something, with missing/non-funct limbs. --- code/modules/mob/living/carbon/human/human_movement.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/carbon/human/human_movement.dm b/code/modules/mob/living/carbon/human/human_movement.dm index b6758551..d69b6e61 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -54,6 +54,8 @@ if (bodytemperature < 283.222) tally += (283.222 - bodytemperature) / 10 * 1.75 + tally += max(2 * stance_damage, 0) + if(mRun in mutations) tally = -1