Merge pull request #5912 from Anewbe/mech_fix

Mechs can travel to the mines again
This commit is contained in:
Neerti
2019-01-30 00:21:24 -05:00
committed by GitHub
+1 -1
View File
@@ -101,7 +101,7 @@
/obj/effect/step_trigger/teleporter/proc/move_object(atom/movable/AM, turf/T)
if(AM.anchored)
if(AM.anchored && !istype(AM, /obj/mecha))
return
if(isliving(AM))