Speeds up lights on at roundstart (#36623)

* Speeds up lights on at roundstart

* cleaner

* for all of em

* this was faster

* speeds this up too

* updates desc

* updates the area if used

* even more speed cutdown!!!

* makes it do itself too

* moar logging

* adds moody light

* unnecessary addition

* correct name

* kills this

* makes brighter

* back to pre conflict merge state
This commit is contained in:
SECBATON GRIFFON
2024-06-11 17:14:23 +01:00
committed by GitHub
parent d1291bcab3
commit d0bf5682c1
11 changed files with 79 additions and 51 deletions

View File

@@ -76,6 +76,7 @@
var/copy_logs = null
var/cargo_forwarding_on_roundstart = 0
var/cargo_forwarding_amount_override = 0
var/roundstart_lights_on = 0
// BSQL things
var/bsql_debug = 0
@@ -282,6 +283,9 @@
if ("cargo_forwarding_amount_override")
cargo_forwarding_amount_override = text2num(value)
if("roundstart_lights_on")
roundstart_lights_on = 1
if ("use_recursive_explosions")
use_recursive_explosions = 1