Forgot a var.

This commit is contained in:
Zuhayr
2014-01-06 00:15:55 +10:30
committed by ZomgPonies
parent f9b8c01c65
commit ab6fb88bf5
@@ -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