diff --git a/src/simulation/elements/RIME.cpp b/src/simulation/elements/RIME.cpp index 04f96f2c0..1884db1ec 100644 --- a/src/simulation/elements/RIME.cpp +++ b/src/simulation/elements/RIME.cpp @@ -30,7 +30,7 @@ void Element::Element_RIME() DefaultProperties.temp = -30.0f + 273.15f; HeatConduct = 100; - Description = "Solid, created when steam cools rapidly and goes through sublimation."; + Description = "Solid, created when steam cools rapidly and goes through deposition, skipping the liquid phase."; Properties = TYPE_SOLID;