mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 20:46:55 +01:00
Examine Code Refactor
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
stored_medkit = new /obj/item/storage/firstaid/regular(src)
|
||||
|
||||
/obj/structure/medkit_cabinet/examine(mob/user)
|
||||
..()
|
||||
to_chat(user, "<span class='notice'>Alt-click to [opened ? "close":"open"] it.</span>")
|
||||
. = ..()
|
||||
. += "<span class='notice'>Alt-click to [opened ? "close":"open"] it.</span>"
|
||||
|
||||
/obj/structure/medkit_cabinet/Destroy()
|
||||
if(stored_medkit)
|
||||
|
||||
Reference in New Issue
Block a user