summaryrefslogtreecommitdiff
path: root/src/simulation/elements/SMKE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/SMKE.cpp')
-rw-r--r--src/simulation/elements/SMKE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SMKE.cpp b/src/simulation/elements/SMKE.cpp
index e3344b4..b4572d0 100644
--- a/src/simulation/elements/SMKE.cpp
+++ b/src/simulation/elements/SMKE.cpp
@@ -28,7 +28,7 @@ Element_SMKE::Element_SMKE()
Temperature = R_TEMP+320.0f+273.15f;
HeatConduct = 88;
- Description = "Smoke";
+ Description = "Smoke, created by fire.";
State = ST_SOLID;
Properties = TYPE_GAS|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC;