Lighting system is too buggy to continue until I know wtf is going on

This commit is contained in:
Aryn
2014-02-24 05:58:09 -07:00
parent 8a3b99aa68
commit ca7d4026b8
16 changed files with 163 additions and 93 deletions
-3
View File
@@ -133,9 +133,6 @@ move an amendment</a> to the drawing.</p>
move_turfs_to_area(turfs, A)
A.always_unpowered = 0
for(var/turf/T in A.contents)
T.lighting_changed = 1
lighting_controller.changed_turfs += T
spawn(5)
//ma = A.master ? "[A.master]" : "(null)"