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() {}