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