diff --git a/code/FEA/FEA_turf_tile.dm b/code/FEA/FEA_turf_tile.dm index b7a9091e3f3..ec72ce98b23 100644 --- a/code/FEA/FEA_turf_tile.dm +++ b/code/FEA/FEA_turf_tile.dm @@ -27,6 +27,7 @@ turf // return movable_on_me.return_air() //Create gas mixture to hold data for passing + /* var/datum/gas_mixture/GM = new GM.oxygen = oxygen @@ -37,6 +38,8 @@ turf GM.temperature = temperature return GM + */ + return zone.air remove_air(amount as num) //First, ensure there is no movable shuttle or what not on tile that is taking over