From 900f825272f5950a15f70964ee30ab078bc8f962 Mon Sep 17 00:00:00 2001 From: AbsFree Date: Mon, 16 Dec 2024 20:45:56 +0100 Subject: [PATCH] adjusted odor strength and odor, if someone ever sees it, we will know --- GainStation13/code/modules/atmospherics/auxgm/gas_types.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm b/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm index 86b8d6ca1d..16d4690100 100644 --- a/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm +++ b/GainStation13/code/modules/atmospherics/auxgm/gas_types.dm @@ -4,6 +4,6 @@ name = "Lipoifium" moles_visible = MOLES_GAS_VISIBLE color = "#e2e1b1" - odor = "lard" - odor_strength = 2 // TODO: doesn't work for now + odor = "that this is a function that wasn't working, but it now, for some reason, is. You should speak to the gods about this and the conditions under which it happened" + odor_strength = 1 // TODO: doesn't work for now