mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-03-22 15:19:52 +01:00
Add type for POLO, closes #458
This commit is contained in:
parent
714ee8ff65
commit
42b8f52611
@ -30,7 +30,7 @@ Element_POLO::Element_POLO()
|
||||
HeatConduct = 251;
|
||||
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;
|
||||
LowPressureTransition = NT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user