TPT: STOR should not conduct heat

This commit is contained in:
Simon Robertshaw 2012-06-13 01:38:09 +01:00
parent 0cb47ab93c
commit 57548b60d9

View File

@ -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;