Ports "examine-code refactor"... part 1...

This commit is contained in:
Ghommie
2019-11-19 03:28:06 +01:00
parent d9b24b20d1
commit a52e292cc8
204 changed files with 739 additions and 756 deletions
+5 -5
View File
@@ -38,14 +38,14 @@
return ..()
/obj/structure/displaycase/examine(mob/user)
..()
. = ..()
if(alert)
to_chat(user, "<span class='notice'>Hooked up with an anti-theft system.</span>")
. += "<span class='notice'>Hooked up with an anti-theft system.</span>"
if(showpiece)
to_chat(user, "<span class='notice'>There's [showpiece] inside.</span>")
. += "<span class='notice'>There's [showpiece] inside.</span>"
if(trophy_message)
to_chat(user, "The plaque reads:")
to_chat(user, trophy_message)
. += "The plaque reads:"
. += trophy_message
/obj/structure/displaycase/proc/dump()