ZAS overhaul

This commit is contained in:
ZomgPonies
2014-02-22 23:10:37 -05:00
parent 1023832ecb
commit 1358b11e46
36 changed files with 4834 additions and 938 deletions
@@ -296,10 +296,6 @@ obj/structure/windoor_assembly/Destroy()
/obj/structure/windoor_assembly/proc/update_nearby_tiles(need_rebuild)
if(!air_master) return 0
var/turf/simulated/source = loc
var/turf/simulated/target = get_step(source,dir)
if(istype(source)) air_master.tiles_to_update += source
if(istype(target)) air_master.tiles_to_update += target
air_master.mark_for_update(loc)
return 1