From 2dbdc3109b63239cbe9afbfdfb2091beb04ea80e Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 4 Jun 2017 18:29:35 -0400 Subject: [PATCH] new element description updates --- src/simulation/elements/HEAC.cpp | 2 +- src/simulation/elements/POLO.cpp | 2 +- src/simulation/elements/SAWD.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/simulation/elements/HEAC.cpp b/src/simulation/elements/HEAC.cpp index 25714e870..5c377df76 100644 --- a/src/simulation/elements/HEAC.cpp +++ b/src/simulation/elements/HEAC.cpp @@ -29,7 +29,7 @@ Element_HEAC::Element_HEAC() Temperature = R_TEMP+273.15f; HeatConduct = 251; - Description = "Rapid heat conductor"; + Description = "Rapid heat conductor."; Properties = TYPE_SOLID; diff --git a/src/simulation/elements/POLO.cpp b/src/simulation/elements/POLO.cpp index a20f03094..527e1e3ef 100644 --- a/src/simulation/elements/POLO.cpp +++ b/src/simulation/elements/POLO.cpp @@ -28,7 +28,7 @@ Element_POLO::Element_POLO() Temperature = 388.15f; HeatConduct = 251; - Description = "Polonium, highly radioactive and deadly to STKM"; + Description = "Polonium, highly radioactive. Decays into NEUT and heats up."; Properties = PROP_NEUTPASS|PROP_RADIOACTIVE|PROP_LIFE_DEC|PROP_DEADLY; diff --git a/src/simulation/elements/SAWD.cpp b/src/simulation/elements/SAWD.cpp index 50cb39499..988c37aec 100644 --- a/src/simulation/elements/SAWD.cpp +++ b/src/simulation/elements/SAWD.cpp @@ -28,7 +28,7 @@ Element_SAWD::Element_SAWD() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 70; - Description = "Sawdust. Floats on water"; + Description = "Sawdust. Floats on water."; Properties = TYPE_PART;