mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Merge pull request #3520 from eswordthecat/remove-global
Move default OOC color var to configuration.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user