From d5e97230d0dbdf2369e3e6130086ce59b18f8e6c Mon Sep 17 00:00:00 2001 From: duncathan salt Date: Sat, 23 Jan 2016 11:06:08 -0600 Subject: [PATCH] removes gas miners --- code/game/turfs/turf.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/turfs/turf.dm b/code/game/turfs/turf.dm index 6026419e6fe..6cd8618d072 100644 --- a/code/game/turfs/turf.dm +++ b/code/game/turfs/turf.dm @@ -161,8 +161,8 @@ total.temperature += S.air.temperature turf_count++ + air.copy_from(total) if(turf_count) //if there weren't any open turfs, no need to update. - air.copy_from(total) var/list/air_gases = air.gases for(var/id in air_gases) air_gases[id][MOLES] /= turf_count //Averages contents of the turfs, ignoring walls and the like @@ -344,4 +344,4 @@ name = "iced rock" desc = "Extremely densely-packed sheets of ice and rock, forged over the years of the harsh cold." icon = 'icons/turf/walls.dmi' - icon_state = "icerock" \ No newline at end of file + icon_state = "icerock"