mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Valves will now tell you if they are open or closed when you examine them.
This commit is contained in:
@@ -316,4 +316,8 @@
|
|||||||
"\blue You have unfastened \the [src].", \
|
"\blue You have unfastened \the [src].", \
|
||||||
"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