From bb612510059e7e4c9996accb03d19cad16f47da1 Mon Sep 17 00:00:00 2001 From: "quartz235@gmail.com" Date: Tue, 6 Mar 2012 10:15:33 +0000 Subject: [PATCH] Moved kill air down to game admin level at least until we address the recent lag issues, authorized by urist git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3260 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/admin_verbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 87c316e42ac..bd2e83318db 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -134,7 +134,6 @@ verbs += /client/proc/triple_ai verbs += /client/proc/get_admin_state verbs += /client/proc/reload_admins - verbs += /client/proc/kill_air verbs += /client/proc/cmd_debug_make_powernets verbs += /client/proc/object_talk verbs += /client/proc/strike_team @@ -152,6 +151,7 @@ verbs += /client/proc/cmd_admin_list_open_jobs verbs += /client/proc/cmd_admin_direct_narrate verbs += /client/proc/colorooc + verbs += /client/proc/kill_air verbs += /client/proc/cmd_admin_world_narrate verbs += /client/proc/cmd_debug_del_all verbs += /client/proc/cmd_debug_tog_aliens