Examine Code Refactor

This commit is contained in:
Dip
2020-10-06 23:36:21 -03:00
parent c433514622
commit aa7d47a23b
334 changed files with 1337 additions and 1365 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."