From c243250daa83ca24449029144f60c5c26c34ff5c Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Tue, 27 Nov 2012 16:28:58 +0000 Subject: [PATCH] Added a missing verb to adminverbs. Credits to Intigracy (iirc - sorry if I got names mixed up) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5209 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/admin_verbs.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 1420850675b..b0cb1a373df 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -79,7 +79,8 @@ var/list/admin_verbs_fun = list( /client/proc/cmd_admin_add_freeform_ai_law, /client/proc/cmd_admin_add_random_ai_law, /client/proc/make_sound, - /client/proc/toggle_random_events + /client/proc/toggle_random_events, + /client/proc/set_ooc ) var/list/admin_verbs_spawn = list( /datum/admins/proc/spawn_atom, /*allows us to spawn instances*/ @@ -136,6 +137,7 @@ var/list/admin_verbs_rejuv = list( //verbs which can be hidden - needs work var/list/admin_verbs_hideable = list( + /client/proc/set_ooc, /client/proc/deadmin_self, /client/proc/deadchat, /client/proc/toggleprayers,