diff options
Diffstat (limited to 'src/simulation/elements/GOLD.cpp')
| -rw-r--r-- | src/simulation/elements/GOLD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/GOLD.cpp b/src/simulation/elements/GOLD.cpp index 09ff5cb..8536aca 100644 --- a/src/simulation/elements/GOLD.cpp +++ b/src/simulation/elements/GOLD.cpp @@ -29,7 +29,7 @@ Element_GOLD::Element_GOLD() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Corrosion resistant metal, will reverse corrosion of iron"; + Description = "Corrosion resistant metal, will reverse corrosion of iron."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_HOT_GLOW|PROP_LIFE_DEC|PROP_NEUTPASS; |
