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)