Fixes ice demon teleport runtime (#52200)

This commit is contained in:
ShizCalev
2020-07-14 20:13:30 -04:00
committed by GitHub
parent 0a1f801e65
commit fbcb610d18
@@ -57,6 +57,8 @@
if(isclosedturf(T))
continue
possible_ends |= T
if(!possible_ends.len)
return ..()
var/turf/end = pick(possible_ends)
do_teleport(src, end, 0, channel=TELEPORT_CHANNEL_BLUESPACE, forced = TRUE)
SLEEP_CHECK_DEATH(8)