-Added a new Game Master fun button. It will set the default player OOC colour to whatever the user chooses.

http://i.imgur.com/xRM7j.png

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4845 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-10-11 22:24:08 +00:00
parent a640d10307
commit 5eba2eda1d
3 changed files with 14 additions and 4 deletions

View File

@@ -284,6 +284,7 @@
verbs += /client/proc/startSinglo //Used to prevent the station from losing power while testing stuff out.
verbs += /client/proc/toggle_log_hrefs
verbs += /client/proc/cmd_debug_mob_lists
verbs += /client/proc/set_ooc
else return
return
@@ -412,7 +413,8 @@
/client/proc/cmd_debug_mob_lists,
/datum/admins/proc/access_news_network,
/client/proc/one_click_antag,
/client/proc/invisimin
/client/proc/invisimin,
/client/proc/set_ooc
)
//verbs -= /client/proc/mapload
//verbs -= /client/proc/cmd_admin_drop_everything --merged with view variables