diff options
Diffstat (limited to 'src/simulation/elements/STOR.cpp')
| -rw-r--r-- | src/simulation/elements/STOR.cpp | 4 |
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() {} |
