mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Changeling mode added to admin modechange command.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@207 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -269,6 +269,7 @@ var/showadminmessages = 1
|
|||||||
<A href='?src=\ref[src];c_mode2=deathmatch'>Death Commando Deathmatch</A><br>
|
<A href='?src=\ref[src];c_mode2=deathmatch'>Death Commando Deathmatch</A><br>
|
||||||
<A href='?src=\ref[src];c_mode2=confliction'>Confliction (TESTING)</A><br>
|
<A href='?src=\ref[src];c_mode2=confliction'>Confliction (TESTING)</A><br>
|
||||||
<A href='?src=\ref[src];c_mode2=ctf'>Capture The Flag (Beta)</A><br><br>
|
<A href='?src=\ref[src];c_mode2=ctf'>Capture The Flag (Beta)</A><br><br>
|
||||||
|
<A href='?src=\ref[src];c_mode2=changeling'>Changeling</A><br><br>
|
||||||
Now: [master_mode]\n"})
|
Now: [master_mode]\n"})
|
||||||
usr << browse(dat, "window=c_mode")
|
usr << browse(dat, "window=c_mode")
|
||||||
|
|
||||||
@@ -309,6 +310,8 @@ var/showadminmessages = 1
|
|||||||
master_mode = "confliction"
|
master_mode = "confliction"
|
||||||
if("ctf")
|
if("ctf")
|
||||||
master_mode = "ctf"
|
master_mode = "ctf"
|
||||||
|
if("changeling")
|
||||||
|
master_mode = "changeling"
|
||||||
else
|
else
|
||||||
log_admin("[key_name(usr)] set the mode as [master_mode].")
|
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)
|
message_admins("\blue [key_name_admin(usr)] set the mode as [master_mode].", 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user