This commit is contained in:
Ghommie
2019-12-21 18:22:58 +01:00
1295 changed files with 29737 additions and 14320 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()