From caa59d936f5903be1a87da81cb81914102fb3382 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 4 Mar 2018 16:38:52 -0500 Subject: [PATCH 1/2] Merge pull request #36108 from tgstation/duncathan-patch-1 better addresses the gas miner active turf issue --- code/modules/atmospherics/machinery/other/miner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/other/miner.dm b/code/modules/atmospherics/machinery/other/miner.dm index 608985981a..61681c0b38 100644 --- a/code/modules/atmospherics/machinery/other/miner.dm +++ b/code/modules/atmospherics/machinery/other/miner.dm @@ -136,7 +136,7 @@ merger.gases[spawn_id][MOLES] = (spawn_mol) merger.temperature = spawn_temp O.assume_air(merger) - O.air_update_turf() + O.air_update_turf(TRUE) /obj/machinery/atmospherics/miner/attack_ai(mob/living/silicon/user) if(broken)