summaryrefslogtreecommitdiff
path: root/src/simulation/elements/FOG.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/FOG.cpp')
-rw-r--r--src/simulation/elements/FOG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/FOG.cpp b/src/simulation/elements/FOG.cpp
index f5d76f9..6971e0e 100644
--- a/src/simulation/elements/FOG.cpp
+++ b/src/simulation/elements/FOG.cpp
@@ -28,7 +28,7 @@ Element_FOG::Element_FOG()
Temperature = 243.15f;
HeatConduct = 100;
- Description = "Not quite Steam";
+ Description = "Fog, created when an electric current is passed through RIME.";
State = ST_GAS;
Properties = TYPE_GAS|PROP_LIFE_DEC;