From e768cf195e14b2e6d0fa3138bc6b7d2ab11085cb Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Sun, 8 Jan 2017 00:28:49 -0800 Subject: [PATCH] Makes lighting more responsive. --- code/controllers/subsystem/lighting.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/controllers/subsystem/lighting.dm b/code/controllers/subsystem/lighting.dm index 388ca3e231c..bf86ce51e87 100644 --- a/code/controllers/subsystem/lighting.dm +++ b/code/controllers/subsystem/lighting.dm @@ -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