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;
|
||||
|
Reference in New Issue
Block a user