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