mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Fixes the slowdown on bluespace(and all other) floors. (#19342)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user