removes dead testing code

This commit is contained in:
ninjanomnom
2017-09-18 06:14:49 -04:00
parent e9216576ab
commit a1c6e00496
-7
View File
@@ -64,13 +64,6 @@ All ShuttleMove procs go here
// Called on the new turf after everything has been moved
/turf/proc/afterShuttleMove(turf/oldT)
if(SSlighting.initialized && FALSE)
var/atom/movable/lighting_object/old_obj = lighting_object
var/atom/movable/lighting_object/new_obj = oldT.lighting_object
if(old_obj)
old_obj.update()
if(new_obj)
new_obj.update()
return TRUE
/////////////////////////////////////////////////////////////////////////////////////