mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Just the pod, tube is fine (#17576)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
/obj/effect/portal/wormhole/can_teleport(atom/movable/M)
|
||||
. = ..()
|
||||
|
||||
if(istype(M, /obj/singularity))
|
||||
if(istype(M, /obj/singularity) || istype(M, /obj/structure/transit_tube_pod))
|
||||
. = FALSE
|
||||
|
||||
/obj/effect/portal/wormhole/teleport(atom/movable/M)
|
||||
|
||||
Reference in New Issue
Block a user