From 8b7a96b5ef5405e6bddcebcde688810e6983d077 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 23 Apr 2023 22:52:29 -0400 Subject: [PATCH] Fix RIME's description (it is formed through deposition, not sublimation) --- src/simulation/elements/RIME.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;