Skip to content

Commit

Permalink
new element description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jun 4, 2017
1 parent 572e432 commit 2dbdc31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/simulation/elements/HEAC.cpp
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/simulation/elements/POLO.cpp
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion src/simulation/elements/SAWD.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 2dbdc31

Please sign in to comment.