mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
CI check for old style procrefs, tidies some that slipped in (#19649)
* CI_procref * tidy these * exclude the one place we will permit this
This commit is contained in:
@@ -306,7 +306,7 @@ GLOBAL_LIST_EMPTY(PDAs)
|
||||
/obj/item/pda/proc/add_pen(obj/item/P)
|
||||
P.forceMove(src)
|
||||
held_pen = P
|
||||
RegisterSignal(held_pen, COMSIG_PARENT_QDELETING, .proc/clear_pen)
|
||||
RegisterSignal(held_pen, COMSIG_PARENT_QDELETING, PROC_REF(clear_pen))
|
||||
|
||||
/obj/item/pda/proc/clear_pen()
|
||||
UnregisterSignal(held_pen, COMSIG_PARENT_QDELETING)
|
||||
|
||||
Reference in New Issue
Block a user