Goonstation 13 - Modules - Types

code/modules/atmospherics/FEA_airgroup.dm

/datum/air_groupAir groups are collections of tiles that let us save processing time by treating a bunch of similar tiles as a single tile. This is quite useful because atmospherics processing is quite the time hog and processing one tile is much faster. Whenever our tiles become too different, we can break up and create new smaller groups.