summaryrefslogtreecommitdiff
path: root/src/simulation/elements/FWRK.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/FWRK.cpp')
-rw-r--r--src/simulation/elements/FWRK.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/FWRK.cpp b/src/simulation/elements/FWRK.cpp
index afb9a9c..cb8e23a 100644
--- a/src/simulation/elements/FWRK.cpp
+++ b/src/simulation/elements/FWRK.cpp
@@ -28,7 +28,7 @@ Element_FWRK::Element_FWRK()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 100;
- Description = "First fireworks made, activated by heat/neutrons.";
+ Description = "Original version of fireworks, activated by heat/neutrons.";
State = ST_SOLID;
Properties = TYPE_PART|PROP_LIFE_DEC;