Add descriptions for RSST and RSSS.

This commit is contained in:
Saveliy Skresanov 2023-10-09 00:20:15 +07:00
parent 78bc86d107
commit 84b790ceaf
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ void Element::Element_RSSS()
Weight = 100;
HeatConduct = 251;
Description = "Solidified resist.";
Description = "Solidified resist. Blocks pressure and insulates SPRK. Liquefies on contact with NEUT.";
Properties = TYPE_SOLID|PROP_NEUTPASS;

View File

@ -30,7 +30,7 @@ void Element::Element_RSST()
DefaultProperties.temp = R_TEMP + 20.0f + 273.15f;
HeatConduct = 44;
Description = "Resist.";
Description = "Resist. Solidifies on contact with PHOT, and reacts with other energy particles.";
Properties = TYPE_LIQUID|PROP_NEUTPASS;