mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Valves will now tell you if they are open or closed when you examine them.
This commit is contained in:
@@ -317,3 +317,7 @@
|
|||||||
"You hear ratchet.")
|
"You hear ratchet.")
|
||||||
new /obj/item/pipe(loc, make_from=src)
|
new /obj/item/pipe(loc, make_from=src)
|
||||||
del(src)
|
del(src)
|
||||||
|
|
||||||
|
/obj/machinery/atmospherics/valve/examine(mob/user)
|
||||||
|
..()
|
||||||
|
user << "It is [open ? "open" : "closed"]."
|
||||||
|
|||||||
Reference in New Issue
Block a user