diff options
| author | jacob1 <jfu614@gmail.com> | 2013-09-05 18:45:38 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-09-05 18:45:47 (GMT) |
| commit | d9089d13c4d7299236da6736480bf9fe967541e2 (patch) | |
| tree | 09432c5367a4d821337646beb368d1a6cc4821d0 | |
| parent | 96221ff23e3398fd783557301a5b3b0ede127b42 (diff) | |
| download | powder-d9089d13c4d7299236da6736480bf9fe967541e2.zip powder-d9089d13c4d7299236da6736480bf9fe967541e2.tar.gz | |
fix BCOL melting and not burning when heat sim is off
| -rw-r--r-- | src/simulation/elements/BCOL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BCOL.cpp b/src/simulation/elements/BCOL.cpp index 3fb85af..cb53f6c 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; |
