Attempt 2

Stops lighting overlays from fucking up
Fixes tunnel spawning and cluster spawning in mine
Fix bugs with mine overlays
This commit is contained in:
clusterfack
2016-01-13 13:42:00 -06:00
parent 2ad4194d33
commit f40a13ddc2
5 changed files with 51 additions and 39 deletions

View File

@@ -9,7 +9,8 @@
/datum/controller/process/lighting/setup()
name = "lighting"
create_lighting_overlays()
spawn(20)
create_lighting_overlays()
/datum/controller/process/lighting/doWork()
// Counters

View File

@@ -189,6 +189,9 @@ datum/controller/game_controller/proc/cachedamageicons()
// last_init_type = object.type
object.initialize()
count++
for(var/turf/T in world)
T.initialize()
turfs += T
log_startup_progress(" Initialized [count] objects in [stop_watch(watch)]s.")
watch = start_watch()