mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Makes lighting more responsive.
This commit is contained in:
committed by
GitHub
parent
6ac0b1a1d0
commit
e768cf195e
@@ -7,8 +7,8 @@ var/datum/subsystem/lighting/SSlighting
|
||||
name = "Lighting"
|
||||
init_order = 1
|
||||
wait = 1
|
||||
flags = SS_POST_FIRE_TIMING
|
||||
priority = 40
|
||||
flags = SS_TICKER
|
||||
priority = 25
|
||||
display_order = 5
|
||||
|
||||
var/list/changed_lights = list() //list of all datum/light_source that need updating
|
||||
|
||||
Reference in New Issue
Block a user