set initial lighting process schedule

This commit is contained in:
D3athrow
2015-06-29 14:22:59 -05:00
parent 5cd2978c9d
commit 51015b629f

View File

@@ -1,6 +1,8 @@
/datum/controller/process/lighting
schedule_interval = LIGHTING_INTERVAL
/datum/controller/process/lighting/setup()
name = "lighting"
schedule_interval = LIGHTING_INTERVAL
create_lighting_overlays()