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
@@ -22,9 +22,9 @@
var/slowdown_open = TRUE
/obj/item/modular_computer/laptop/examine(mob/user)
..()
. = ..()
if(screen_on)
to_chat(user, "<span class='notice'>Alt-click to close it.</span>")
. += "<span class='notice'>Alt-click to close it.</span>"
/obj/item/modular_computer/laptop/Initialize()
. = ..()