fix BIZS melting without heat sim on (I wonder how many more elements still do this ...)

This commit is contained in:
jacob1 2013-09-14 19:13:29 -04:00
parent cf45b24a30
commit e578b9f799

View File

@ -21,7 +21,7 @@ Element_BIZRS::Element_BIZRS()
Flammable = 0;
Explosive = 0;
Meltable = 1;
Meltable = 0;
Hardness = 1;
Weight = 100;