procs
This commit is contained in:
@@ -277,7 +277,7 @@
|
||||
|
||||
/obj/machinery/computer/security/telescreen/entertainment/Initialize(mapload)
|
||||
. = ..()
|
||||
RegisterSignal(src, COMSIG_CLICK, .proc/BigClick)
|
||||
RegisterSignal(src, COMSIG_CLICK, PROC_REF(BigClick))
|
||||
|
||||
// Bypass clickchain to allow humans to use the telescreen from a distance
|
||||
/obj/machinery/computer/security/telescreen/entertainment/proc/BigClick()
|
||||
|
||||
Reference in New Issue
Block a user