From 9d4bedb0d15c576b678e978b5298b718a15bd6ed Mon Sep 17 00:00:00 2001 From: Swan Date: Sun, 15 Dec 2024 16:48:51 +0100 Subject: [PATCH] changed color to be the same as lipoifier, added odor strength --- GainStation13/code/modules/atmospherics/auxgm/gas_types.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm b/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm index 6c20216ef5..9366047c3c 100644 --- a/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm +++ b/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm @@ -4,6 +4,7 @@ name = "Lipoifium" moles_visible = MOLES_GAS_VISIBLE // gas_overlay = "miasma" - color = "#963" + color = "#e2e1b1" odor = "lard" + odor_strength = 5