diff --git a/code/modules/atmospherics/gasmixtures/reactions.dm b/code/modules/atmospherics/gasmixtures/reactions.dm index 0bd2f11176..a6429a0754 100644 --- a/code/modules/atmospherics/gasmixtures/reactions.dm +++ b/code/modules/atmospherics/gasmixtures/reactions.dm @@ -78,7 +78,7 @@ exclude = TRUE var/datum/reagent/condensing_reagent -/datum/gas_reaction/condensation/New(var/datum/reagent/R) +/datum/gas_reaction/condensation/New(datum/reagent/R) . = ..() if(!istype(R)) return