From d0ac6e6fff4e84b332b4a9016a76648e195dac8a Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Mon, 6 Jan 2014 00:15:55 +1030 Subject: [PATCH] Forgot a var. --- 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 526cde38f4..4c7db3b7de 100644 --- a/code/modules/mob/living/carbon/human/human_movement.dm +++ b/code/modules/mob/living/carbon/human/human_movement.dm @@ -1,7 +1,7 @@ /mob/living/carbon/human/movement_delay() var/tally = 0 - if(species && species & IS_SLOW) + if(species && species.flags & IS_SLOW) tally = 10 if (istype(loc, /turf/space)) return -1 // It's hard to be slowed down in space by... anything