Merge pull request #9624 from alex-gh/unary_pipe_fix

It is no longer possible to duplicate uvents.
This commit is contained in:
variableundefined
2018-10-20 08:37:53 +08:00
committed by GitHub

View File

@@ -381,6 +381,8 @@
if(!welded)
if(open)
for(var/obj/item/W in src)
if(istype(W, /obj/item/pipe))
continue
W.forceMove(get_turf(src))