Add descriptions for RSST and RSSS.
This commit is contained in:
parent
78bc86d107
commit
84b790ceaf
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user