Ports "examine-code refactor"... part 1...
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user