From 2e19d2d97cc7c7077aa7ba19ba129af2b47777cb Mon Sep 17 00:00:00 2001 From: Swan <122107181+NiceNiceSwan@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:38:51 +0100 Subject: [PATCH] added odor and overlay hopefully --- GainStation13/code/modules/atmospherics/auxgm/gas_types.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm b/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm index 6c5f6dc048..6c20216ef5 100644 --- a/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm +++ b/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm @@ -2,3 +2,8 @@ id = GAS_FAT specific_heat = 20 name = "Lipoifium" + moles_visible = MOLES_GAS_VISIBLE + // gas_overlay = "miasma" + color = "#963" + odor = "lard" +