summaryrefslogtreecommitdiff
path: root/src/simulation/elements/C5.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-04 03:19:16 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-04 03:19:16 (GMT)
commit0b2e8a412ec3d5b43281ce3cda1fc8aed55c8a2f (patch)
treef4b198a7fe8db3b3495817238f838c96f3cf2afb /src/simulation/elements/C5.cpp
parentc68e4b1393f92fadfe4cf4b6dcca212414dd8646 (diff)
downloadpowder-0b2e8a412ec3d5b43281ce3cda1fc8aed55c8a2f.zip
powder-0b2e8a412ec3d5b43281ce3cda1fc8aed55c8a2f.tar.gz
fix some descriptions
Diffstat (limited to 'src/simulation/elements/C5.cpp')
-rw-r--r--src/simulation/elements/C5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/C5.cpp b/src/simulation/elements/C5.cpp
index ed87504..81bb643 100644
--- a/src/simulation/elements/C5.cpp
+++ b/src/simulation/elements/C5.cpp
@@ -28,7 +28,7 @@ Element_C5::Element_C5()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 88;
- Description = "Cold explosive, set off by CFLM.";
+ Description = "Cold explosive, set off by anything cold.";
State = ST_SOLID;
Properties = TYPE_SOLID | PROP_NEUTPENETRATE;