Just the pod, tube is fine (#17576)

This commit is contained in:
Vi3trice
2022-04-06 13:27:28 +01:00
committed by GitHub
parent 8a19017e69
commit 8e144af622
+1 -1
View File
@@ -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)