Removed another outdated comment

This commit is contained in:
phil235
2016-11-03 19:19:32 +01:00
parent b0b5a90bd7
commit 48af5e5927
@@ -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 << "<span class='warning'>Remove the pod first!</span>"
return