From db76ca237eaea33f7e3cc03af43acf26ea79a0a6 Mon Sep 17 00:00:00 2001 From: "mport2004@gmail.com" Date: Thu, 27 Oct 2011 13:36:48 +0000 Subject: [PATCH] The monkeying proc has been uncommented. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2434 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/admin.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index a4ba3f8cd67..dd6a8248e4c 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -447,7 +447,7 @@ message_admins("\blue [key_name_admin(usr)] set the forced secret mode as [secret_force_mode].", 1) Game() // updates the main game menu .(href, list("f_secret"=1)) -/* + if (href_list["monkeyone"]) if ((src.rank in list( "Admin Candidate", "Trial Admin", "Badmin", "Game Admin", "Game Master" ))) var/mob/M = locate(href_list["monkeyone"]) @@ -461,7 +461,7 @@ if(istype(M, /mob/living/silicon)) alert("The AI can't be monkeyized!", null, null, null, null, null) return -*/ + if (href_list["forcespeech"]) if ((src.rank in list( "Trial Admin", "Badmin", "Game Admin", "Game Master" ))) var/mob/M = locate(href_list["forcespeech"])