Changes Category

Set player OOC color = Server
Reset player OOC color = Server
Adminnotice = Administration
This commit is contained in:
peoplearestrange
2020-02-04 04:35:21 +00:00
committed by GitHub
parent cf899d60ca
commit c9f82866ae
+3 -3
View File
@@ -102,13 +102,13 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8")
/client/proc/set_ooc(newColor as color)
set name = "Set Player OOC Color"
set desc = "Modifies player OOC Color"
set category = "Fun"
set category = "Server"
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 = "Server"
GLOB.OOC_COLOR = null
/client/verb/colorooc()
@@ -141,7 +141,7 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8")
//Checks admin notice
/client/verb/admin_notice()
set name = "Adminnotice"
set category = "Admin"
set category = "Administration"
set desc ="Check the admin notice if it has been set"
if(GLOB.admin_notice)