mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Lighting runs every two ticks.
This has the added benefit of making it more likely lighting moves when the person's tile glide has them at their new tile rather then before they get there.
This commit is contained in:
committed by
GitHub
parent
cebcba462b
commit
44acb45acd
@@ -11,9 +11,9 @@ var/list/lighting_update_overlays = list() // List of lighting overlays queued
|
||||
|
||||
/datum/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