fix BCOL melting and not burning when heat sim is off

This commit is contained in:
jacob1 2013-09-05 14:45:38 -04:00
parent 96221ff23e
commit d9089d13c4

View File

@ -21,7 +21,7 @@ Element_BCOL::Element_BCOL()
Flammable = 0;
Explosive = 0;
Meltable = 5;
Meltable = 0;
Hardness = 2;
Weight = 90;