VS: NIF Category for VChat

This commit is contained in:
Arokha Sieyes
2020-02-17 20:44:32 -05:00
parent 75a3f8496c
commit 98a0f384f2
3 changed files with 17 additions and 6 deletions

View File

@@ -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 */

View File

@@ -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",