mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Merge pull request #24795 from MrStonedOne/patch-329
Lighting runs every two ticks.
This commit is contained in:
@@ -11,9 +11,9 @@ var/list/lighting_update_overlays = list() // List of lighting overlays queued
|
||||
|
||||
/datum/controller/subsystem/lighting
|
||||
name = "Lighting"
|
||||
wait = 1
|
||||
wait = 2
|
||||
init_order = 1
|
||||
priority = 25
|
||||
priority = 35
|
||||
flags = SS_TICKER
|
||||
|
||||
var/initialized = FALSE
|
||||
|
||||
Reference in New Issue
Block a user