From 57548b60d9d4ab99ea9973a15e8f57c91c95cd24 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Wed, 13 Jun 2012 01:38:09 +0100 Subject: [PATCH] TPT: STOR should not conduct heat --- src/simulation/elements/STOR.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simulation/elements/STOR.cpp b/src/simulation/elements/STOR.cpp index ad119f3bf..c6064cd76 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() {}