mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixed OOC color for dark theme (#32310)
* Fixed OOC color for dark theme * rm outdated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user