From 78715ba5308f6766a1996ef77cc2837241e80a41 Mon Sep 17 00:00:00 2001 From: "musketstgstation@gmail.com" Date: Tue, 28 Sep 2010 15:48:06 +0000 Subject: [PATCH] Changeling mode added to admin modechange command. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@207 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/admin.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 4b489d93827..8dbf6d707dc 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -269,6 +269,7 @@ var/showadminmessages = 1 Death Commando Deathmatch
Confliction (TESTING)
Capture The Flag (Beta)

+ Changeling

Now: [master_mode]\n"}) usr << browse(dat, "window=c_mode") @@ -309,6 +310,8 @@ var/showadminmessages = 1 master_mode = "confliction" if("ctf") master_mode = "ctf" + if("changeling") + master_mode = "changeling" else log_admin("[key_name(usr)] set the mode as [master_mode].") message_admins("\blue [key_name_admin(usr)] set the mode as [master_mode].", 1)