Skip to content

Commit

Permalink
add PROP_LIFE_DEC back to GLOW, fixes #466
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jun 23, 2017
1 parent 2e4617c commit fb08400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/elements/GLOW.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit fb08400

Please sign in to comment.