From 54889864abef835e9d85a2d522b92b296c76f7ca Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Wed, 21 Feb 2018 09:27:30 -0600 Subject: [PATCH] [MIRROR] Hopefully fixes gas miners (#5628) * Merge pull request #35828 from tgstation/Cyberboss-patch-2 Hopefully fixes gas miners * 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 f63065b431..608985981a 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)