summaryrefslogtreecommitdiff
path: root/src/simulation/elements/TESC.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/TESC.cpp
parent4263e3aab77e51de09f4716e5f89371b6aa031cd (diff)
downloadpowder-05e32f169844c37afc6ff8dbf5c32bf025154ea8.zip
powder-05e32f169844c37afc6ff8dbf5c32bf025154ea8.tar.gz
Fix things melting with heat sim off
Diffstat (limited to 'src/simulation/elements/TESC.cpp')
-rw-r--r--src/simulation/elements/TESC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/TESC.cpp b/src/simulation/elements/TESC.cpp
index 025cd75..d8b4e9f 100644
--- a/src/simulation/elements/TESC.cpp
+++ b/src/simulation/elements/TESC.cpp
@@ -21,7 +21,7 @@ Element_TESC::Element_TESC()
Flammable = 0;
Explosive = 0;
- Meltable = 1;
+ Meltable = 0;
Hardness = 1;
Weight = 100;