Fix RIME's description (it is formed through deposition, not sublimation)
This commit is contained in:
parent
8d88394e38
commit
8b7a96b5ef
@ -30,7 +30,7 @@ void Element::Element_RIME()
|
|||||||
|
|
||||||
DefaultProperties.temp = -30.0f + 273.15f;
|
DefaultProperties.temp = -30.0f + 273.15f;
|
||||||
HeatConduct = 100;
|
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;
|
Properties = TYPE_SOLID;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user