Revert "Added a zone-based optimization."

This reverts commit e1fbb27be5.
This commit is contained in:
Putnam
2021-02-02 18:27:51 -08:00
parent e1fbb27be5
commit a3a0e25549
7 changed files with 19 additions and 11 deletions
@@ -49,11 +49,13 @@
if(!giver)
return FALSE
air.merge(giver)
update_visuals()
return TRUE
/turf/open/remove_air(amount)
var/datum/gas_mixture/ours = return_air()
var/datum/gas_mixture/removed = ours.remove(amount)
update_visuals()
return removed
/turf/open/proc/copy_air_with_tile(turf/open/T)