[Admin] Makes the Admin verbs Less Shit (#10425)

* Admin Verbs

* Interner sound fix
This commit is contained in:
Jamie D
2020-11-15 18:41:25 +00:00
committed by GitHub
parent 6b708f8f33
commit 3d6cdec4bb
55 changed files with 240 additions and 241 deletions

View File

@@ -172,13 +172,13 @@ GLOBAL_VAR_INIT(mentor_ooc_colour, YOGS_MENTOR_OOC_COLOUR) // yogs - mentor ooc
/client/proc/set_ooc(newColor as color)
set name = "Set Player OOC Color"
set desc = "Modifies player OOC Color"
set category = "Fun"
set category = "Misc"
GLOB.OOC_COLOR = sanitize_ooccolor(newColor)
/client/proc/reset_ooc()
set name = "Reset Player OOC Color"
set desc = "Returns player OOC Color to default"
set category = "Fun"
set category = "Misc"
GLOB.OOC_COLOR = null
/client/verb/colorooc()