This commit is contained in:
Cyberboss
2017-03-22 14:52:21 -04:00
parent 6a67a84c33
commit fb596bcdb3
47 changed files with 48 additions and 48 deletions

View File

@@ -2,7 +2,7 @@ var/list/lighting_update_lights = list() // List of lighting sources queued
var/list/lighting_update_corners = list() // List of lighting corners queued for update.
var/list/lighting_update_objects = list() // List of lighting objects queued for update.
SUBSYSTEM(lighting)
SUBSYSTEM_DEF(lighting)
name = "Lighting"
wait = 2
init_order = -20