mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user