summaryrefslogtreecommitdiff
path: root/src/simulation/elements/GUNP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/GUNP.cpp')
-rw-r--r--src/simulation/elements/GUNP.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/GUNP.cpp b/src/simulation/elements/GUNP.cpp
index 7dc78db..625feeb 100644
--- a/src/simulation/elements/GUNP.cpp
+++ b/src/simulation/elements/GUNP.cpp
@@ -28,7 +28,7 @@ Element_GUNP::Element_GUNP()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 97;
- Description = "Gunpowder. Light dust, explosive.";
+ Description = "Gunpowder. Light dust, explodes on contact with fire or spark.";
State = ST_SOLID;
Properties = TYPE_PART;
@@ -46,4 +46,4 @@ Element_GUNP::Element_GUNP()
}
-Element_GUNP::~Element_GUNP() {} \ No newline at end of file
+Element_GUNP::~Element_GUNP() {}