mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Moved OOC color definitions to stylesheet:
Removes the unused (and abused) set-player-OOC-colour verb. Adds definitions for each rank to the stylesheet, moving it from the OOC file. Updates the OOC-text-color verb accordingly. Made the custom OOC text color resetable. Cleaned up hardcoded values, old code and comments.
This commit is contained in:
@@ -39,7 +39,7 @@ datum/preferences
|
||||
|
||||
//game-preferences
|
||||
var/lastchangelog = "" //Saved changlog filesize to detect if there was a change
|
||||
var/ooccolor = "#b82e00"
|
||||
var/ooccolor = "#010000" //When set to #010000 it counts as unset and stylesheet colors are used
|
||||
var/be_special = 0 //Special role selection
|
||||
var/UI_style = "Midnight"
|
||||
var/toggles = TOGGLES_DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user