mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 20:16:19 +01:00
Merge pull request #795 from JesusChristItsJasonBourne/sparkfix
ghosts don't wormhole
This commit is contained in:
@@ -48,6 +48,8 @@
|
||||
teleport(user)
|
||||
|
||||
/obj/effect/portal/worm/teleport(atom/movable/M)
|
||||
if(istype(M, /mob/observer))
|
||||
return
|
||||
if(istype(M, /obj/effect)) //sparks don't teleport
|
||||
return
|
||||
if(M.anchored && istype(M, /obj/mecha))
|
||||
|
||||
Reference in New Issue
Block a user