Valves will now tell you if they are open or closed when you examine them.

This commit is contained in:
Amunak
2014-12-08 12:38:42 +01:00
parent 19b359f4eb
commit fb35debec9

View File

@@ -316,4 +316,8 @@
"\blue You have unfastened \the [src].", \
"You hear ratchet.")
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"]."