mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Resprite manual valves. (#31140)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
/obj/machinery/atmospherics/binary/valve/examine(mob/user)
|
||||
. = ..()
|
||||
. += "It is currently [open ? "open" : "closed"]."
|
||||
. += "<span class='notice'>Click this to turn the valve. If red, the pipes on each end are separated. Otherwise, they are connected.</span>"
|
||||
. += "<span class='notice'>Click this to turn the valve. If perpendicular, the pipes on each end are separated. If parallel, they are connected.</span>"
|
||||
|
||||
/obj/machinery/atmospherics/binary/valve/open
|
||||
open = TRUE
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
/obj/machinery/atmospherics/trinary/tvalve/examine(mob/user)
|
||||
. = ..()
|
||||
. += "<span class='notice'>Click this to toggle the mode. The direction with the green light is where the gas will flow.</span>"
|
||||
. += "<span class='notice'>Click this to toggle the mode. The direction with the dot is where the gas will flow to. The gas flows from the opposite side or the one with the uninterrupted line.</span>"
|
||||
|
||||
/obj/machinery/atmospherics/trinary/tvalve/bypass
|
||||
icon_state = "map_tvalve1"
|
||||
|
||||
Reference in New Issue
Block a user