From f772804da7411ebb0c14ea17d550121639024b3e Mon Sep 17 00:00:00 2001 From: Miniature Date: Wed, 28 Mar 2012 16:40:28 +1030 Subject: [PATCH] Made space heaters work (might break other stuff, maybe, I believe someone was working on making high pressures hurt people, no idea how that's being done so that might be an example) --- code/FEA/FEA_turf_tile.dm | 3 +++ 1 file changed, 3 insertions(+) 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