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
+4 -5
View File
@@ -131,12 +131,11 @@
//Feedback is given in examine because showcases can basically have any sprite assigned to them
/obj/structure/showcase/examine(mob/user)
..()
. = ..()
switch(deconstruction_state)
if(SHOWCASE_CONSTRUCTED)
to_chat(user, "The showcase is fully constructed.")
. += "The showcase is fully constructed."
if(SHOWCASE_SCREWDRIVERED)
to_chat(user, "The showcase has its screws loosened.")
. += "The showcase has its screws loosened."
else
to_chat(user, "If you see this, something is wrong.")
. += "If you see this, something is wrong."