Reference tracking (#52403)

* ref tracking

* legacy

* legacy procs

* fixes

* tweaks

* clarity comments

* wth
This commit is contained in:
Rohesie
2020-07-28 11:56:27 +02:00
committed by GitHub
parent f3997580d0
commit 93a37dfe88
6 changed files with 258 additions and 156 deletions
+4 -1
View File
@@ -170,7 +170,10 @@ GLOBAL_PROTECT(admin_verbs_debug)
/client/proc/test_cardpack_distribution,
/client/proc/print_cards,
/datum/admins/proc/create_or_modify_area,
/client/proc/view_refs
#ifdef REFERENCE_TRACKING
/datum/admins/proc/view_refs,
/datum/admins/proc/view_del_failures,
#endif
)
GLOBAL_LIST_INIT(admin_verbs_possess, list(/proc/possess, /proc/release))
GLOBAL_PROTECT(admin_verbs_possess)