From 42b8f52611613fe533beab966fdd09c86ef3ef60 Mon Sep 17 00:00:00 2001 From: iczero Date: Sat, 17 Jun 2017 17:32:49 -0700 Subject: [PATCH] Add type for POLO, closes #458 --- src/simulation/elements/POLO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/POLO.cpp b/src/simulation/elements/POLO.cpp index 26d51632b..b3b9e7bd1 100644 --- a/src/simulation/elements/POLO.cpp +++ b/src/simulation/elements/POLO.cpp @@ -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;