summaryrefslogtreecommitdiff
path: root/src/simulation/elements/RIME.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/RIME.cpp')
-rw-r--r--src/simulation/elements/RIME.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/RIME.cpp b/src/simulation/elements/RIME.cpp
index ab61988..c735866 100644
--- a/src/simulation/elements/RIME.cpp
+++ b/src/simulation/elements/RIME.cpp
@@ -28,7 +28,7 @@ Element_RIME::Element_RIME()
Temperature = 243.15f;
HeatConduct = 100;
- Description = "Not quite Ice";
+ Description = "Solid, created when steam cools rapidly and goes through sublimation.";
State = ST_SOLID;
Properties = TYPE_SOLID;