From 92cbbeb9f60b86d1df65a0171be2465b7af124b2 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Sun, 7 Aug 2022 23:47:06 -0700 Subject: [PATCH] new --- code/modules/atmospherics/gasmixtures/reactions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)