From d986b93f8cc9bbc14f4439fbf0bb90796ccfb845 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 19 Feb 2018 14:56:08 -0500 Subject: [PATCH] Hopefully fixes gas miners --- 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 f63065b431c..608985981af 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) - SSair.add_to_active(O) + O.air_update_turf() /obj/machinery/atmospherics/miner/attack_ai(mob/living/silicon/user) if(broken)