Add descriptions for RSST and RSSS.

This commit is contained in:
Saveliy Skresanov 2023-10-09 00:20:15 +07:00 committed by Tamás Bálint Misius
parent 15a22c6906
commit f5f275e657
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2
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;