Fixes the slowdown on bluespace(and all other) floors. (#19342)

This commit is contained in:
Firecage
2016-07-17 17:51:38 -04:00
committed by KorPhaeron
parent 88f07a1a6f
commit 468bc1c686
+1 -1
View File
@@ -593,7 +593,7 @@ Sorry Giacom. Please don't be mad :(
/mob/living/movement_delay()
. = ..()
if(isturf(loc, /turf/open))
if(istype(loc, /turf/open))
var/turf/open/T = loc
. += T.slowdown
switch(m_intent)