ChangeTurf()... We meet again...

This commit is contained in:
Aryn
2014-02-28 17:49:25 -05:00
committed by ZomgPonies
parent 4b78bd469b
commit 1712fc6a42
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -233,7 +233,7 @@ var/turf_light_data/old_lights = new
//W.Assimilate_Air()
old_lights.copy_to(W)
W.ResetValue()
W.ResetAllLights()
if(old_opacity)
W.opacity = 1
@@ -257,7 +257,7 @@ var/turf_light_data/old_lights = new
var/turf/W = new N( locate(src.x, src.y, src.z) )
old_lights.copy_to(W)
W.ResetValue()
W.ResetAllLights()
if(air_master)
air_master.mark_for_update(src)