From ab6fb88bf566d8b5d8d636f2e222ebcbaac853cf 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 37f1e9418b2..5c93ff2d731 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