summaryrefslogtreecommitdiff
path: root/src/simulation/elements/GOLD.cpp
diff options
context:
space:
mode:
authormmbob <mmbob+github@outlook.com>2013-05-01 01:54:09 (GMT)
committer mmbob <mmbob+github@outlook.com>2013-05-01 01:54:09 (GMT)
commit7bc321b17681c7633a6227129adb6dd593c190a2 (patch)
tree6ab08c764693508e57c6b1ca76893c99cda7e6fb /src/simulation/elements/GOLD.cpp
parent9d4cbd3112a6a21858054deebc76b6bf30eec6df (diff)
parent2eaed9c9d478292f18d8a6aea9d2c9c869b26911 (diff)
downloadpowder-7bc321b17681c7633a6227129adb6dd593c190a2.zip
powder-7bc321b17681c7633a6227129adb6dd593c190a2.tar.gz
Merge remote-tracking branch 'upstream/master'
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 e3837d7..00c93c5 100644
--- a/src/simulation/elements/GOLD.cpp
+++ b/src/simulation/elements/GOLD.cpp
@@ -40,7 +40,7 @@ Element_GOLD::Element_GOLD()
HighPressureTransition = NT;
LowTemperature = ITL;
LowTemperatureTransition = NT;
- HighTemperature = 1941.0f;
+ HighTemperature = 1337.0f;
HighTemperatureTransition = PT_LAVA;
Update = &Element_GOLD::update;