From 5408a7b72e055f934343f6c5439457b55671b20b Mon Sep 17 00:00:00 2001 From: Swan Date: Sun, 15 Dec 2024 16:57:30 +0100 Subject: [PATCH] changed comments --- GainStation13/code/modules/atmospherics/auxgm/gas_types.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm b/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm index 9366047c3c..243a6b030a 100644 --- a/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm +++ b/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm @@ -3,8 +3,7 @@ specific_heat = 20 name = "Lipoifium" moles_visible = MOLES_GAS_VISIBLE - // gas_overlay = "miasma" color = "#e2e1b1" odor = "lard" - odor_strength = 5 + odor_strength = 20 // TODO: doesn't work for now