From 77d1f0f43f98cf83a99882351c10559521129837 Mon Sep 17 00:00:00 2001 From: Swan Date: Sun, 15 Dec 2024 17:13:16 +0100 Subject: [PATCH] changed odor_strength to 2 but it STILL DOESN'T WORK WHY DOESN'T IT WOOOOOOORK?! --- GainStation13/code/modules/atmospherics/auxgm/gas_types.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm b/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm index 243a6b030a..86b8d6ca1d 100644 --- a/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm +++ b/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm @@ -5,5 +5,5 @@ moles_visible = MOLES_GAS_VISIBLE color = "#e2e1b1" odor = "lard" - odor_strength = 20 // TODO: doesn't work for now + odor_strength = 2 // TODO: doesn't work for now