From c87c72bfb8e37248a0a9adb9227b34e4dc376c67 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Sun, 28 Aug 2022 16:11:51 -0700 Subject: [PATCH] this needs arguments lol --- 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 a779a9cfd0..70c5065231 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) __auxtools_parse_gas_string(gas_string)