-Uncommented the update_nearby_tiles overriding proc for border_only firedoors.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5385 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-12-23 21:55:37 +00:00
parent 4f6ab1ed1e
commit ff2133a24e
+4 -3
View File
@@ -99,13 +99,15 @@
return 0
return 1
/*
update_nearby_tiles(need_rebuild)
if(!air_master) return 0
var/turf/simulated/source = loc
var/turf/simulated/destination = get_step(source,dir)
update_heat_protection(loc)
if(need_rebuild)
if(istype(source)) //Rebuild/update nearby group geometry
if(source.parent)
@@ -120,5 +122,4 @@
else
if(istype(source)) air_master.tiles_to_update += source
if(istype(destination)) air_master.tiles_to_update += destination
return 1
*/
return 1