Fixes runtime in pipe code

I noticed it while blowing things up with C4!
This commit is contained in:
Krausus
2015-05-25 05:17:09 -04:00
parent ef2fc4cb14
commit bf5bcadc61
+1 -1
View File
@@ -426,7 +426,7 @@
universal_underlays(node2)
else
universal_underlays(,dir)
universal_underlays(dir, -180)
universal_underlays(,turn(dir, -180))
/obj/machinery/atmospherics/pipe/simple/visible/universal/update_underlays()
..()