From 04c28abbd9ffc4cef81cf9bbd1172a84a5d8d504 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 10 Mar 2017 17:14:31 -0500 Subject: [PATCH] Moves lighting SS to last in init order (#24822) --- code/controllers/subsystem/lighting.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/lighting.dm b/code/controllers/subsystem/lighting.dm index e5eaff0fe10..c2a6426391a 100644 --- a/code/controllers/subsystem/lighting.dm +++ b/code/controllers/subsystem/lighting.dm @@ -12,7 +12,7 @@ var/list/lighting_update_overlays = list() // List of lighting overlays queued /datum/controller/subsystem/lighting name = "Lighting" wait = 2 - init_order = 1 + init_order = -20 priority = 35 flags = SS_TICKER