makes sure the gas actually fucking reacts so that it has a reaction list when it's being passed through the teg

This commit is contained in:
deathride58
2019-02-27 03:13:11 -05:00
parent 2a0c4ed526
commit 417676f438

View File

@@ -61,6 +61,8 @@
//Actually transfer the gas
var/datum/gas_mixture/removed = air2.remove(transfer_moles)
removed.react(src)
update_parents()
return removed