diff --git a/code/FEA/FEA_turf_tile.dm b/code/FEA/FEA_turf_tile.dm index ec72ce98b23..b7a9091e3f3 100644 --- a/code/FEA/FEA_turf_tile.dm +++ b/code/FEA/FEA_turf_tile.dm @@ -27,7 +27,6 @@ turf // return movable_on_me.return_air() //Create gas mixture to hold data for passing - /* var/datum/gas_mixture/GM = new GM.oxygen = oxygen @@ -38,8 +37,6 @@ 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