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

Fixes #2485
This commit is contained in:
SkyMarshal
2014-01-08 21:36:03 -07:00
parent 2308e71157
commit 8ecfd56540
4 changed files with 29 additions and 29 deletions

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