From 566454b4c2b93ae04959d4d83efafee39e851a5c Mon Sep 17 00:00:00 2001 From: Mloc Date: Thu, 16 May 2013 12:35:59 +0200 Subject: [PATCH] gave debuggers proccall back --- code/modules/admin/admin_verbs.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 6f6abd1d97..abcb3d52b7 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -133,7 +133,8 @@ var/list/admin_verbs_debug = list( /client/proc/air_report, /client/proc/reload_admins, /client/proc/restart_controller, - /client/proc/enable_debug_verbs + /client/proc/enable_debug_verbs, + /client/proc/callproc ) var/list/admin_verbs_possess = list( /proc/possess, @@ -720,4 +721,4 @@ var/list/admin_verbs_mod = list( if (prefs.toggles & CHAT_ATTACKLOGS) usr << "You now will get attack log messages" else - usr << "You now won't get attack log messages" \ No newline at end of file + usr << "You now won't get attack log messages"