summaryrefslogtreecommitdiff
path: root/src/simulation/elements/METL.cpp
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2013-05-19 20:46:55 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2013-05-19 20:46:55 (GMT)
commit45f057957b6359190b6b2e150fddf926a525d070 (patch)
tree30b9c08514b261ab39124187f40d6c7a2a052c1a /src/simulation/elements/METL.cpp
parent981f6984c2c0f87d54a9c90f4518c69c9ef02ae0 (diff)
downloadpowder-45f057957b6359190b6b2e150fddf926a525d070.zip
powder-45f057957b6359190b6b2e150fddf926a525d070.tar.gz
Fix description: METL does not break under pressure
Diffstat (limited to 'src/simulation/elements/METL.cpp')
-rw-r--r--src/simulation/elements/METL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/METL.cpp b/src/simulation/elements/METL.cpp
index d504e57..5b2c8fb 100644
--- a/src/simulation/elements/METL.cpp
+++ b/src/simulation/elements/METL.cpp
@@ -28,7 +28,7 @@ Element_METL::Element_METL()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 251;
- Description = "The basic conductor, meltable and breaks under pressure.";
+ Description = "The basic conductor. Meltable.";
State = ST_SOLID;
Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW;