Merge pull request #13994 from Bizzonium/tweakMechaTeleportation

Fix and tweak teleportation for mecha
This commit is contained in:
variableundefined
2020-09-16 12:14:34 -04:00
committed by GitHub
2 changed files with 1 additions and 9 deletions
-3
View File
@@ -88,9 +88,6 @@
if(!M.simulated || iseffect(M))
. = FALSE
if(M.anchored && ismecha(M))
. = FALSE
/obj/effect/portal/proc/teleport(atom/movable/M)
if(!can_teleport(M))
return FALSE