Some turf cleanup and the like. Trace gases are now properly handled by ZAS on world load.

Fixes #2485

Conflicts:
	code/game/turfs/simulated/floor_types.dm
This commit is contained in:
SkyMarshal
2014-01-09 20:59:31 -05:00
committed by ZomgPonies
parent 0be7c1c9a2
commit e4fdc17405
4 changed files with 30 additions and 30 deletions
-4
View File
@@ -149,10 +149,6 @@ datum/pipeline
air.merge(air_sample)
//turf_air already modified by equalize_gases()
if(istype(target) && !target.processing)
if(target.air)
if(target.air.check_tile_graphic())
target.update_visuals(target.air)
if(network)
network.update = 1