summaryrefslogtreecommitdiff
path: root/src/simulation/elements/BANG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/BANG.cpp')
-rw-r--r--src/simulation/elements/BANG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BANG.cpp b/src/simulation/elements/BANG.cpp
index 37ada4a..fa1ebae 100644
--- a/src/simulation/elements/BANG.cpp
+++ b/src/simulation/elements/BANG.cpp
@@ -28,7 +28,7 @@ Element_BANG::Element_BANG()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 88;
- Description = "Explosive.";
+ Description = "TNT, explodes all at once.";
State = ST_SOLID;
Properties = TYPE_SOLID | PROP_NEUTPENETRATE;