Moves lighting SS to last in init order (#24822)

This commit is contained in:
Cyberboss
2017-03-10 23:14:31 +01:00
committed by AnturK
parent 2c2a71bb7d
commit 04c28abbd9
+1 -1
View File
@@ -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