summaryrefslogtreecommitdiff
path: root/src/simulation/elements/GOLD.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-05-08 14:29:10 (GMT)
committer jacob1 <jfu614@gmail.com>2013-05-08 14:29:10 (GMT)
commitc0b45928392efdffbde819842387a041e2d1936a (patch)
treee315dc38d198a8ed05aafa1788293339b271951d /src/simulation/elements/GOLD.cpp
parent77102f4bbaff9d15617b83e674939b108442ae21 (diff)
downloadpowder-c0b45928392efdffbde819842387a041e2d1936a.zip
powder-c0b45928392efdffbde819842387a041e2d1936a.tar.gz
fix PSCN BRAY (tmp = 2) not stopping normal BRAY from going through
also some other random things
Diffstat (limited to 'src/simulation/elements/GOLD.cpp')
-rw-r--r--src/simulation/elements/GOLD.cpp2
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;