Rewrite examine() to pass a list around

This commit is contained in:
Aronai Sieyes
2020-04-29 16:42:16 -04:00
committed by VirgoBot
parent 8c5c0a7cfb
commit 6ebd249748
214 changed files with 2021 additions and 1120 deletions

View File

@@ -82,9 +82,8 @@ var/global/list/obj/machinery/message_server/message_servers = list()
return
/obj/machinery/message_server/examine(mob/user, distance, infix, suffix)
if(..())
to_chat(user, "It appears to be [active ? "online" : "offline"].")
. = ..()
. += "It appears to be [active ? "online" : "offline"]."
/obj/machinery/message_server/proc/GenerateKey()
//Feel free to move to Helpers.