Forgot a var.

This commit is contained in:
Zuhayr
2014-01-06 00:15:55 +10:30
parent 22e325d6ec
commit d0ac6e6fff
@@ -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