[admin] Makes nonstandard radio frequencies have a colour different from Common (#5041)

* Makes nonstandard radio freqs a different colour

* Updates browserOutput.css for radio colorchange
This commit is contained in:
Gary Lafortune
2019-04-07 19:08:19 -05:00
committed by GitHub
parent b13c62690a
commit 75fcebb469
3 changed files with 8 additions and 3 deletions

View File

@@ -15,7 +15,10 @@ GLOBAL_LIST_INIT(freqtospan, list(
"[FREQ_SYNDICATE]" = "syndradio",
"[FREQ_CENTCOM]" = "centcomradio",
"[FREQ_CTF_RED]" = "redteamradio",
"[FREQ_CTF_BLUE]" = "blueteamradio"
//yogs start -- alternative radio freqs being a different color
"[FREQ_CTF_BLUE]" = "blueteamradio",
"[FREQ_COMMON]" = "commonradio"
//yogs end
))
/atom/movable/proc/say(message, bubble_type, var/list/spans = list(), sanitize = TRUE, datum/language/language = null, ignore_spam = FALSE, forced = null)

View File

@@ -276,7 +276,8 @@ em {font-style: normal; font-weight: bold;}
.binarysay {color: #20c20e; background-color: #000000; display: block;}
.binarysay a {color: #00ff00;}
.binarysay a:active, .binarysay a:visited {color: #88ff88;}
.radio {color: #008000;}
.radio {color: #839e85;} /* yogs -- general radio usage, noncommon*/
.commonradio {color: #008000;} /* yogs -- Standard green radio chatter, for common only*/
.sciradio {color: #993399;}
.comradio {color: #204090;} /* yogs */
.secradio {color: #a30000;}

View File

@@ -41,7 +41,8 @@ em {font-style: normal; font-weight: bold;}
.binarysay {color: #20c20e; background-color: #000000; display: block;}
.binarysay a {color: #00ff00;}
.binarysay a:active, .binarysay a:visited {color: #88ff88;}
.radio {color: #008000;}
.radio {color: #839e85;} /* yogs -- general radio usage, noncommon*/
.commonradio {color: #008000;} /* yogs -- Standard green radio chatter, for common only*/
.sciradio {color: #993399;}
.comradio {color: #204090;} /* yogs */
.secradio {color: #a30000;}