Merge pull request #1511 from Fox-McCloud/debug-dat-controller

Adds in Lighting Controller Debugability
This commit is contained in:
TheDZD
2015-07-14 17:33:15 -04:00
2 changed files with 7 additions and 1 deletions
@@ -1,6 +1,9 @@
var/global/datum/controller/process/lighting/lighting_controller
/datum/controller/process/lighting/setup()
name = "lighting"
schedule_interval = LIGHTING_INTERVAL
lighting_controller = src
create_lighting_overlays()