Merge pull request #3520 from eswordthecat/remove-global

Move default OOC color var to configuration.
This commit is contained in:
d3athrow
2015-03-24 16:56:51 -05:00
2 changed files with 6 additions and 5 deletions

View File

@@ -77,7 +77,7 @@
var/usealienwhitelist = 0
var/limitalienplayers = 0
var/alien_to_human_ratio = 0.5
//used to determine if cyborgs/AI can speak
var/silent_ai = 0
var/silent_borg = 0
@@ -161,6 +161,8 @@
var/map_voting = 0
var/default_ooc_color = "#002eb8"
/datum/configuration/New()
. = ..()
var/list/L = typesof(/datum/game_mode) - /datum/game_mode