Add type for POLO, closes #458

This commit is contained in:
iczero 2017-06-17 17:32:49 -07:00 committed by jacob1
parent 714ee8ff65
commit 42b8f52611

View File

@ -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;