summaryrefslogtreecommitdiff
path: root/src/simulation/elements/TUGN.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/TUGN.cpp')
-rw-r--r--src/simulation/elements/TUGN.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/TUGN.cpp b/src/simulation/elements/TUGN.cpp
index 9614ae5..4fb8032 100644
--- a/src/simulation/elements/TUGN.cpp
+++ b/src/simulation/elements/TUGN.cpp
@@ -29,7 +29,7 @@ Element_TUGN::Element_TUGN()
Temperature = R_TEMP+0.0f +273.15f;
HeatConduct = 251;
- Description = "Brittle metal with a very high melting point";
+ Description = "Brittle metal with a very high melting point.";
State = ST_SOLID;
Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC;