summaryrefslogtreecommitdiff
path: root/src/simulation/elements/PLUT.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-03-12 21:21:01 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-03-12 21:21:01 (GMT)
commitde680a1e5cd65c771a9ed659510fb48b2916a5f0 (patch)
tree660919b656177aa469d4dc17571e9b7dfcc7d4a2 /src/simulation/elements/PLUT.cpp
parent86b7a118004c9f9797d4d898dd587000e5178cea (diff)
parent134d1fab10a713ce0e99bfc3325b099abcbbe591 (diff)
downloadpowder-de680a1e5cd65c771a9ed659510fb48b2916a5f0.zip
powder-de680a1e5cd65c771a9ed659510fb48b2916a5f0.tar.gz
Merge
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;