summaryrefslogtreecommitdiff
path: root/src/simulation/elements/SPNG.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-28 14:08:11 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-28 14:08:11 (GMT)
commit05e32f169844c37afc6ff8dbf5c32bf025154ea8 (patch)
treed0ecbff74711f28a4870d601bb6cb7167d567e4b /src/simulation/elements/SPNG.cpp
parent4263e3aab77e51de09f4716e5f89371b6aa031cd (diff)
downloadpowder-05e32f169844c37afc6ff8dbf5c32bf025154ea8.zip
powder-05e32f169844c37afc6ff8dbf5c32bf025154ea8.tar.gz
Fix things melting with heat sim off
Diffstat (limited to 'src/simulation/elements/SPNG.cpp')
-rw-r--r--src/simulation/elements/SPNG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SPNG.cpp b/src/simulation/elements/SPNG.cpp
index db5d6d4..37f5a08 100644
--- a/src/simulation/elements/SPNG.cpp
+++ b/src/simulation/elements/SPNG.cpp
@@ -21,7 +21,7 @@ Element_SPNG::Element_SPNG()
Flammable = 20;
Explosive = 0;
- Meltable = 1;
+ Meltable = 0;
Hardness = 30;
Weight = 100;