mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fixes portals moving anchored atoms (#22587)
* Fixes portals moving anchored objects * Missing a letter * Mecha
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
/obj/effect/portal/wormhole/teleport(atom/movable/M)
|
||||
if(istype(M, /obj/effect)) //sparks don't teleport
|
||||
return
|
||||
if(M.anchored && istype(M, /obj/mecha))
|
||||
if(M.anchored && !istype(M, /obj/mecha))
|
||||
return
|
||||
|
||||
if(istype(M, /atom/movable))
|
||||
|
||||
Reference in New Issue
Block a user