Part 2
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user