mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user