From e578b9f7996efe52584af8e8eb5e6e7f16119d35 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 14 Sep 2013 19:13:29 -0400 Subject: fix BIZS melting without heat sim on (I wonder how many more elements still do this ...) diff --git a/src/simulation/elements/BIZRS.cpp b/src/simulation/elements/BIZRS.cpp index 4fd15ae..e9d557f 100644 --- a/src/simulation/elements/BIZRS.cpp +++ b/src/simulation/elements/BIZRS.cpp @@ -21,7 +21,7 @@ Element_BIZRS::Element_BIZRS() Flammable = 0; Explosive = 0; - Meltable = 1; + Meltable = 0; Hardness = 1; Weight = 100; -- cgit v0.9.2-21-gd62e