From d9089d13c4d7299236da6736480bf9fe967541e2 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Thu, 5 Sep 2013 14:45:38 -0400 Subject: [PATCH] fix BCOL melting and not burning when heat sim is off --- src/simulation/elements/BCOL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/BCOL.cpp b/src/simulation/elements/BCOL.cpp index 3fb85af65..cb53f6c38 100644 --- a/src/simulation/elements/BCOL.cpp +++ b/src/simulation/elements/BCOL.cpp @@ -21,7 +21,7 @@ Element_BCOL::Element_BCOL() Flammable = 0; Explosive = 0; - Meltable = 5; + Meltable = 0; Hardness = 2; Weight = 90;