summaryrefslogtreecommitdiff
path: root/src/simulation
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-06-13 00:38:09 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-13 00:38:09 (GMT)
commit57548b60d9d4ab99ea9973a15e8f57c91c95cd24 (patch)
tree64481a7b851709f2460dec8680907a78ecd4ea2f /src/simulation
parent0cb47ab93cb7474f24c867ec0b9b9c9ac2dbf487 (diff)
downloadpowder-57548b60d9d4ab99ea9973a15e8f57c91c95cd24.zip
powder-57548b60d9d4ab99ea9973a15e8f57c91c95cd24.tar.gz
TPT: STOR should not conduct heat
Diffstat (limited to 'src/simulation')
-rw-r--r--src/simulation/elements/STOR.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/STOR.cpp b/src/simulation/elements/STOR.cpp
index ad119f3..c6064cd 100644
--- a/src/simulation/elements/STOR.cpp
+++ b/src/simulation/elements/STOR.cpp
@@ -27,7 +27,7 @@ Element_STOR::Element_STOR()
Weight = 100;
Temperature = R_TEMP+0.0f +273.15f;
- HeatConduct = 251;
+ HeatConduct = 0;
Description = "Solid. Stores a single particle, releases when charged with PSCN, also passes to PIPE";
State = ST_NONE;
@@ -109,4 +109,4 @@ int Element_STOR::graphics(GRAPHICS_FUNC_ARGS)
}
-Element_STOR::~Element_STOR() {} \ No newline at end of file
+Element_STOR::~Element_STOR() {}