diff --git a/code/modules/atmospherics/gasmixtures/reactions.dm b/code/modules/atmospherics/gasmixtures/reactions.dm index 607274f71b..fd613fe0fd 100644 --- a/code/modules/atmospherics/gasmixtures/reactions.dm +++ b/code/modules/atmospherics/gasmixtures/reactions.dm @@ -86,7 +86,7 @@ min_requirements[R.get_gas()] = MOLES_GAS_VISIBLE name = "[R.name] condensation" id = "[R.type] condensation" - condensing_reagent = R + condensing_reagent = new R exclude = FALSE /datum/gas_reaction/condensation/react(datum/gas_mixture/air, datum/holder)