mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-07-31 13:40:12 +02:00
add PROP_LIFE_DEC back to GLOW, fixes #466
This commit is contained in:
@@ -30,7 +30,7 @@ Element_GLOW::Element_GLOW()
|
|||||||
HeatConduct = 44;
|
HeatConduct = 44;
|
||||||
Description = "Glow, Glows under pressure.";
|
Description = "Glow, Glows under pressure.";
|
||||||
|
|
||||||
Properties = TYPE_LIQUID;
|
Properties = TYPE_LIQUID | PROP_LIFE_DEC;
|
||||||
|
|
||||||
LowPressure = IPL;
|
LowPressure = IPL;
|
||||||
LowPressureTransition = NT;
|
LowPressureTransition = NT;
|
||||||
|
Reference in New Issue
Block a user