From 5ea144b9f918832b72fb4039f1e0bcb9bcae74de Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Thu, 28 Apr 2022 21:16:54 -0700 Subject: [PATCH] forgot to give hydrogen a color --- code/modules/atmospherics/auxgm/gas_types.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/atmospherics/auxgm/gas_types.dm b/code/modules/atmospherics/auxgm/gas_types.dm index 6c8939369d..f037e1bfab 100644 --- a/code/modules/atmospherics/auxgm/gas_types.dm +++ b/code/modules/atmospherics/auxgm/gas_types.dm @@ -147,6 +147,8 @@ specific_heat = 10 name = "Hydrogen" flags = GAS_FLAG_DANGEROUS + moles_visible = MOLES_GAS_VISIBLE + color = "#ffe" fusion_power = 0 powermix = 1 heat_penalty = 3