From 84b790ceaf0e5c37f44043502f2e587575bbd8bb Mon Sep 17 00:00:00 2001 From: Saveliy Skresanov Date: Mon, 9 Oct 2023 00:20:15 +0700 Subject: [PATCH] Add descriptions for RSST and RSSS. --- src/simulation/elements/RSSS.cpp | 2 +- src/simulation/elements/RSST.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simulation/elements/RSSS.cpp b/src/simulation/elements/RSSS.cpp index a853ddd13..10c8ceaa7 100644 --- a/src/simulation/elements/RSSS.cpp +++ b/src/simulation/elements/RSSS.cpp @@ -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; diff --git a/src/simulation/elements/RSST.cpp b/src/simulation/elements/RSST.cpp index 426197167..6640bb5e8 100644 --- a/src/simulation/elements/RSST.cpp +++ b/src/simulation/elements/RSST.cpp @@ -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;