From c7ae228bda2b02ce0878223097c2fd2dc412ecb8 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Mon, 15 Nov 2021 16:32:55 -0800 Subject: [PATCH] unnecessary var --- 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 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