summaryrefslogtreecommitdiff
path: root/src/simulation/elements/PLUT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/PLUT.cpp')
-rw-r--r--src/simulation/elements/PLUT.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/PLUT.cpp b/src/simulation/elements/PLUT.cpp
index 9f5f806..282de46 100644
--- a/src/simulation/elements/PLUT.cpp
+++ b/src/simulation/elements/PLUT.cpp
@@ -31,7 +31,7 @@ Element_PLUT::Element_PLUT()
Description = "Heavy particles. Fissile. Generates neutrons under pressure.";
State = ST_SOLID;
- Properties = TYPE_PART|PROP_NEUTPENETRATE|PROP_RADIOACTIVE;
+ Properties = TYPE_PART|PROP_NEUTPASS|PROP_RADIOACTIVE;
LowPressure = IPL;
LowPressureTransition = NT;