summaryrefslogtreecommitdiff
path: root/src/simulation/elements/BOMB.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/BOMB.cpp')
-rw-r--r--src/simulation/elements/BOMB.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BOMB.cpp b/src/simulation/elements/BOMB.cpp
index ea53497..ad1a193 100644
--- a/src/simulation/elements/BOMB.cpp
+++ b/src/simulation/elements/BOMB.cpp
@@ -28,7 +28,7 @@ Element_BOMB::Element_BOMB()
Temperature = R_TEMP-2.0f +273.15f;
HeatConduct = 29;
- Description = "Bomb.";
+ Description = "Bomb. Explodes and destroys all surrounding particles when it touches something.";
State = ST_NONE;
Properties = TYPE_PART|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC|PROP_SPARKSETTLE;