diff --git a/code/game/objects/structures/transit_tubes/transit_tube.dm b/code/game/objects/structures/transit_tubes/transit_tube.dm index 907f67f1b50..8391f1b6819 100644 --- a/code/game/objects/structures/transit_tubes/transit_tube.dm +++ b/code/game/objects/structures/transit_tubes/transit_tube.dm @@ -35,7 +35,7 @@ /obj/structure/transit_tube/attackby(obj/item/W, mob/user, params) if(istype(W, /obj/item/weapon/wrench)) - if(tube_construction) //decorative diagonals cannot be unwrenched directly + if(tube_construction) for(var/obj/structure/transit_tube_pod/pod in src.loc) user << "Remove the pod first!" return