Makes lighting more responsive.

This commit is contained in:
Kyle Spier-Swenson
2017-01-08 00:28:49 -08:00
committed by GitHub
parent 6ac0b1a1d0
commit e768cf195e
+2 -2
View File
@@ -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