Resprite manual valves. (#31140)

This commit is contained in:
Alan
2025-12-05 07:43:10 +00:00
committed by GitHub
parent f4adee5f3a
commit 547d33a68b
5 changed files with 2 additions and 2 deletions
@@ -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"