Fixes for asay, asay darkmode, and asay when custom asay colors enabled (#43422)

About The Pull Request

Fixes several annoying and unintentional things about asay.
Fixes #43370
Changelog

cl Nervere
fix: Default color for when custom asay colors is not enabled is now orange, not red.
fix: Asay is now properly bolded in lightmode.
fix: Asay is now properly bolded in darkmode.
tweak: Default color for when custom asay colors is enabled is now orange, not black.
/cl

closes #43370
This commit is contained in:
nervere
2019-04-03 10:51:24 +13:00
committed by oranges
parent 19b870a0af
commit 80ff869077
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
//game-preferences
var/lastchangelog = "" //Saved changlog filesize to detect if there was a change
var/ooccolor = "#c43b23"
var/asaycolor = null
var/asaycolor = "#ff4500" //This won't change the color for current admins, only incoming ones.
var/enable_tips = TRUE
var/tip_delay = 500 //tip delay in milliseconds