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:
Amunak
2014-11-26 04:04:32 +01:00
parent c190a5da65
commit 5a65c85cb0
4 changed files with 29 additions and 47 deletions

View File

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