From 417676f438fcc3951a01ef7498de87fbb3e2eeee Mon Sep 17 00:00:00 2001 From: deathride58 Date: Wed, 27 Feb 2019 03:13:11 -0500 Subject: [PATCH] makes sure the gas actually fucking reacts so that it has a reaction list when it's being passed through the teg --- .../machinery/components/binary_devices/circulator.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/atmospherics/machinery/components/binary_devices/circulator.dm b/code/modules/atmospherics/machinery/components/binary_devices/circulator.dm index 6bafba9abc..07ee17a1bd 100644 --- a/code/modules/atmospherics/machinery/components/binary_devices/circulator.dm +++ b/code/modules/atmospherics/machinery/components/binary_devices/circulator.dm @@ -61,6 +61,8 @@ //Actually transfer the gas var/datum/gas_mixture/removed = air2.remove(transfer_moles) + removed.react(src) + update_parents() return removed