mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Adds the current mode of door remotes to the description (#15739)
* changes things * steel review * forgot this
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user