alright, 4-way manifolds, manual t-valves, pipe caps.

This commit is contained in:
Ravensdale
2013-01-05 21:39:39 -08:00
parent 3c9d5b161c
commit 4dcf0f0c76
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ obj/machinery/atmospherics/tvalve/mirrored
return
..()
//Radio remote control
//Radio remote control -eh?
proc
set_frequency(new_frequency)
+1 -1
View File
@@ -934,7 +934,7 @@ obj/machinery/atmospherics/pipe
else
icon_state = "manifold4w_ex"
var/icon/con = new/icon('pipe_manifold.dmi',"manifold4w_con")
var/icon/con = new/icon('pipe_manifold.dmi',"manifold4w_con") //Since 4-ways are supposed to be directionless, they need an overlay instead it seems.
if(node1)
overlays += new/image(con,dir=1)