Adds the current mode of door remotes to the description (#15739)

* changes things

* steel review

* forgot this
This commit is contained in:
hal9000PR
2021-03-28 11:49:03 +01:00
committed by GitHub
parent 6c9a2f7b4d
commit 86ed653dd5
+4
View File
@@ -41,6 +41,10 @@
to_chat(user, "<span class='notice'>Now in mode: [mode].</span>")
/obj/item/door_remote/examine(mob/user)
. = ..()
. += "<span class='notice'>It's current mode is: [mode]</span>"
/obj/item/door_remote/afterattack(obj/machinery/door/airlock/D, mob/user)
if(!istype(D))
return