From 1ac44f22c853bd7a1948c68d693c4ba1fbd75d17 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Wed, 21 Sep 2022 17:55:34 -0700 Subject: [PATCH] i am wont to make the worst mistakes --- code/modules/atmospherics/gasmixtures/gas_mixture.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/gasmixtures/gas_mixture.dm b/code/modules/atmospherics/gasmixtures/gas_mixture.dm index a9ca6359ac..d7fb2e8b5a 100644 --- a/code/modules/atmospherics/gasmixtures/gas_mixture.dm +++ b/code/modules/atmospherics/gasmixtures/gas_mixture.dm @@ -280,7 +280,7 @@ we use a hook instead parse_gas_string(model.initial_gas_mix) return 1 -/datum/gas_mixture/proc/__auxtools_parse_gas_string +/datum/gas_mixture/proc/__auxtools_parse_gas_string(gas_string) /datum/gas_mixture/parse_gas_string(gas_string) return __auxtools_parse_gas_string(gas_string)