mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Moves lighting SS to last in init order (#24822)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user