mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
The monkeying proc has been uncommented.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2434 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -447,7 +447,7 @@
|
|||||||
message_admins("\blue [key_name_admin(usr)] set the forced secret mode as [secret_force_mode].", 1)
|
message_admins("\blue [key_name_admin(usr)] set the forced secret mode as [secret_force_mode].", 1)
|
||||||
Game() // updates the main game menu
|
Game() // updates the main game menu
|
||||||
.(href, list("f_secret"=1))
|
.(href, list("f_secret"=1))
|
||||||
/*
|
|
||||||
if (href_list["monkeyone"])
|
if (href_list["monkeyone"])
|
||||||
if ((src.rank in list( "Admin Candidate", "Trial Admin", "Badmin", "Game Admin", "Game Master" )))
|
if ((src.rank in list( "Admin Candidate", "Trial Admin", "Badmin", "Game Admin", "Game Master" )))
|
||||||
var/mob/M = locate(href_list["monkeyone"])
|
var/mob/M = locate(href_list["monkeyone"])
|
||||||
@@ -461,7 +461,7 @@
|
|||||||
if(istype(M, /mob/living/silicon))
|
if(istype(M, /mob/living/silicon))
|
||||||
alert("The AI can't be monkeyized!", null, null, null, null, null)
|
alert("The AI can't be monkeyized!", null, null, null, null, null)
|
||||||
return
|
return
|
||||||
*/
|
|
||||||
if (href_list["forcespeech"])
|
if (href_list["forcespeech"])
|
||||||
if ((src.rank in list( "Trial Admin", "Badmin", "Game Admin", "Game Master" )))
|
if ((src.rank in list( "Trial Admin", "Badmin", "Game Admin", "Game Master" )))
|
||||||
var/mob/M = locate(href_list["forcespeech"])
|
var/mob/M = locate(href_list["forcespeech"])
|
||||||
|
|||||||
Reference in New Issue
Block a user