Fixed OOC color for dark theme (#32310)

* Fixed OOC color for dark theme

* rm outdated
This commit is contained in:
DamianX
2022-03-29 05:49:49 +02:00
committed by GitHub
parent c97c32dafa
commit 1b7e183a7c
4 changed files with 38 additions and 42 deletions

View File

@@ -180,8 +180,6 @@
var/map_voting = 0
var/renders_url = ""
var/default_ooc_color = "#002eb8"
var/mommi_static = 0 //Scrambling mobs for mommis or not
var/grue_egglaying = 1 //Whether or not grues can lay eggs to reproduce
@@ -278,7 +276,7 @@
if ("cargo_forwarding_on_roundstart")
cargo_forwarding_on_roundstart = 1
if ("cargo_forwarding_amount_override")
cargo_forwarding_amount_override = text2num(value)
@@ -815,4 +813,4 @@
if (M.can_start())
runnable_modes[M] = probabilities[M.name]
// log_startup_progress("DEBUG: runnable_mode\[[runnable_modes.len]\] = [M.name]")
return runnable_modes
return runnable_modes