Fix RIME's description (it is formed through deposition, not sublimation)

This commit is contained in:
jacob1 2023-04-23 22:52:29 -04:00
parent 8d88394e38
commit 8b7a96b5ef
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

View File

@ -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;