mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00: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
|
return
|
||||||
..()
|
..()
|
||||||
|
|
||||||
//Radio remote control
|
//Radio remote control -eh?
|
||||||
|
|
||||||
proc
|
proc
|
||||||
set_frequency(new_frequency)
|
set_frequency(new_frequency)
|
||||||
|
|||||||
@@ -934,7 +934,7 @@ obj/machinery/atmospherics/pipe
|
|||||||
|
|
||||||
else
|
else
|
||||||
icon_state = "manifold4w_ex"
|
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)
|
if(node1)
|
||||||
overlays += new/image(con,dir=1)
|
overlays += new/image(con,dir=1)
|
||||||
|
|||||||
@@ -629,7 +629,7 @@ Buildable meters
|
|||||||
playsound(src.loc, 'sound/items/Ratchet.ogg', 50, 1)
|
playsound(src.loc, 'sound/items/Ratchet.ogg', 50, 1)
|
||||||
user << "\blue You have fastened the meter to the pipe"
|
user << "\blue You have fastened the meter to the pipe"
|
||||||
del(src)
|
del(src)
|
||||||
|
//not sure why these are necessary
|
||||||
#undef PIPE_SIMPLE_STRAIGHT
|
#undef PIPE_SIMPLE_STRAIGHT
|
||||||
#undef PIPE_SIMPLE_BENT
|
#undef PIPE_SIMPLE_BENT
|
||||||
#undef PIPE_HE_STRAIGHT
|
#undef PIPE_HE_STRAIGHT
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<A href='?src=\ref[src];make=12;dir=5'>Bent Pipe</A><BR>
|
<A href='?src=\ref[src];make=12;dir=5'>Bent Pipe</A><BR>
|
||||||
|
|
||||||
"}
|
"}
|
||||||
|
//What number the make points to is in the define # at the top of construction.dm in same folder
|
||||||
|
|
||||||
user << browse("<HEAD><TITLE>[src]</TITLE></HEAD><TT>[dat]</TT>", "window=pipedispenser")
|
user << browse("<HEAD><TITLE>[src]</TITLE></HEAD><TT>[dat]</TT>", "window=pipedispenser")
|
||||||
onclose(user, "pipedispenser")
|
onclose(user, "pipedispenser")
|
||||||
|
|||||||
Reference in New Issue
Block a user