procs
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
if(target)
|
||||
unset_target()
|
||||
target = newtarget
|
||||
RegisterSignal(target, COMSIG_PARENT_QDELETING, .proc/unset_target)
|
||||
RegisterSignal(target, COMSIG_PARENT_QDELETING, PROC_REF(unset_target))
|
||||
|
||||
/obj/item/pinpointer/proc/unset_target()
|
||||
if(!target)
|
||||
|
||||
Reference in New Issue
Block a user