mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
-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:
@@ -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
|
||||
Reference in New Issue
Block a user