mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-09 09:56:35 +02:00
Add type for POLO, closes #458
This commit is contained in:
@@ -30,7 +30,7 @@ Element_POLO::Element_POLO()
|
|||||||
HeatConduct = 251;
|
HeatConduct = 251;
|
||||||
Description = "Polonium, highly radioactive. Decays into NEUT and heats up.";
|
Description = "Polonium, highly radioactive. Decays into NEUT and heats up.";
|
||||||
|
|
||||||
Properties = PROP_NEUTPASS|PROP_RADIOACTIVE|PROP_LIFE_DEC|PROP_DEADLY;
|
Properties = TYPE_PART|PROP_NEUTPASS|PROP_RADIOACTIVE|PROP_LIFE_DEC|PROP_DEADLY;
|
||||||
|
|
||||||
LowPressure = IPL;
|
LowPressure = IPL;
|
||||||
LowPressureTransition = NT;
|
LowPressureTransition = NT;
|
||||||
|
Reference in New Issue
Block a user