From 3e285690ae445ff9ebddcdc5c6c258bc6984d556 Mon Sep 17 00:00:00 2001 From: Bone White Date: Fri, 8 Aug 2014 02:11:44 +0100 Subject: [PATCH] update for procedural eva slow --- 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 d6513b4244e..f04aa782306 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -15,7 +15,7 @@ tally = 2 if(60 to 80) tally = 3 - if(80 to 9999999) + if(80 to INFINITY) tally = 4