mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-23 16:33:00 +02:00
TPT: STOR should not conduct heat
This commit is contained in:
@@ -27,7 +27,7 @@ Element_STOR::Element_STOR()
|
|||||||
Weight = 100;
|
Weight = 100;
|
||||||
|
|
||||||
Temperature = R_TEMP+0.0f +273.15f;
|
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";
|
Description = "Solid. Stores a single particle, releases when charged with PSCN, also passes to PIPE";
|
||||||
|
|
||||||
State = ST_NONE;
|
State = ST_NONE;
|
||||||
|
Reference in New Issue
Block a user