mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Forgot a var.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user