add PROP_LIFE_DEC back to GLOW, fixes #466

This commit is contained in:
jacob1 2017-06-22 22:50:20 -04:00
parent 2e4617c956
commit fb08400552

View File

@ -30,7 +30,7 @@ Element_GLOW::Element_GLOW()
HeatConduct = 44;
Description = "Glow, Glows under pressure.";
Properties = TYPE_LIQUID;
Properties = TYPE_LIQUID | PROP_LIFE_DEC;
LowPressure = IPL;
LowPressureTransition = NT;