mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
VS: NIF Category for VChat
This commit is contained in:
@@ -61,6 +61,7 @@ body.inverted {
|
||||
#messagebox.vc_modchat .vc_modchat { display: block; }
|
||||
#messagebox.vc_eventchat .vc_eventchat { display: block; }
|
||||
#messagebox.vc_system .vc_system { display: block; }
|
||||
#messagebox.vc_nif .vc_nif { display: block; } /* VOREStation Add */
|
||||
|
||||
|
||||
/* SS13 Styles */
|
||||
@@ -135,6 +136,7 @@ body.inverted {
|
||||
.emote {}
|
||||
.alert {color: #ff0000;}
|
||||
h1.alert, h2.alert {color: #000000;}
|
||||
.nif {} /* VOREStation Add */
|
||||
|
||||
/* Game Messages */
|
||||
|
||||
|
||||
@@ -147,6 +147,15 @@ function start_vue() {
|
||||
required: false,
|
||||
admin: false
|
||||
},
|
||||
//VOREStation Add Start
|
||||
{
|
||||
matches: ".nif",
|
||||
becomes: "vc_nif",
|
||||
pretty: "NIF Messages",
|
||||
required: false,
|
||||
admin: false
|
||||
},
|
||||
//VOREStation Add End
|
||||
{
|
||||
matches: ".pm",
|
||||
becomes: "vc_adminpm",
|
||||
|
||||
Reference in New Issue
Block a user