TPT: STOR should not conduct heat
This commit is contained in:
parent
0cb47ab93c
commit
57548b60d9
@ -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() {}
|
||||
Element_STOR::~Element_STOR() {}
|
||||
|
Loading…
Reference in New Issue
Block a user