From 6f2726abb07fd03da16362b133415fc40f211d93 Mon Sep 17 00:00:00 2001 From: Miniature Date: Wed, 28 Mar 2012 23:50:15 +1030 Subject: [PATCH] Revert "Made space heaters work" This reverts commit f772804da7411ebb0c14ea17d550121639024b3e. Broke vent pumps a bit --- code/FEA/FEA_turf_tile.dm | 3 --- 1 file changed, 3 deletions(-) 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