diff options
Diffstat (limited to 'src/simulation/elements/IRON.cpp')
| -rw-r--r-- | src/simulation/elements/IRON.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/IRON.cpp b/src/simulation/elements/IRON.cpp index 5f92136..5c0cdf6 100644 --- a/src/simulation/elements/IRON.cpp +++ b/src/simulation/elements/IRON.cpp @@ -28,7 +28,7 @@ Element_IRON::Element_IRON() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Rusts with salt, can be used for electrolysis of WATR"; + Description = "Rusts with salt, can be used for electrolysis of WATR."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC|PROP_HOT_GLOW; |
