mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-03-28 10:03:34 +01:00
new element description updates
This commit is contained in:
parent
572e432045
commit
2dbdc3109b
@ -29,7 +29,7 @@ Element_HEAC::Element_HEAC()
|
||||
|
||||
Temperature = R_TEMP+273.15f;
|
||||
HeatConduct = 251;
|
||||
Description = "Rapid heat conductor";
|
||||
Description = "Rapid heat conductor.";
|
||||
|
||||
Properties = TYPE_SOLID;
|
||||
|
||||
|
@ -28,7 +28,7 @@ Element_POLO::Element_POLO()
|
||||
|
||||
Temperature = 388.15f;
|
||||
HeatConduct = 251;
|
||||
Description = "Polonium, highly radioactive and deadly to STKM";
|
||||
Description = "Polonium, highly radioactive. Decays into NEUT and heats up.";
|
||||
|
||||
Properties = PROP_NEUTPASS|PROP_RADIOACTIVE|PROP_LIFE_DEC|PROP_DEADLY;
|
||||
|
||||
|
@ -28,7 +28,7 @@ Element_SAWD::Element_SAWD()
|
||||
|
||||
Temperature = R_TEMP+0.0f +273.15f;
|
||||
HeatConduct = 70;
|
||||
Description = "Sawdust. Floats on water";
|
||||
Description = "Sawdust. Floats on water.";
|
||||
|
||||
Properties = TYPE_PART;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user