mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 00:30:06 +01:00
Merge pull request #5912 from Anewbe/mech_fix
Mechs can travel to the mines again
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user