mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
alright, 4-way manifolds, manual t-valves, pipe caps.
This commit is contained in:
@@ -395,7 +395,7 @@ obj/machinery/atmospherics/tvalve/mirrored
|
||||
return
|
||||
..()
|
||||
|
||||
//Radio remote control
|
||||
//Radio remote control -eh?
|
||||
|
||||
proc
|
||||
set_frequency(new_frequency)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user