summaryrefslogtreecommitdiff
path: root/src/simulation/elements/SNOW.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-03-03 00:07:00 (GMT)
committer jacob1 <jfu614@gmail.com>2013-03-03 00:07:00 (GMT)
commit846d7d8064cf84c6b4e55a8a0417e7e605e0d144 (patch)
treeff8006377ff9508734e34247347e6efe3c239ed1 /src/simulation/elements/SNOW.cpp
parent85cb4b37c93baa3e227fa6a93c8312b9ab0fb6c3 (diff)
downloadpowder-846d7d8064cf84c6b4e55a8a0417e7e605e0d144.zip
powder-846d7d8064cf84c6b4e55a8a0417e7e605e0d144.tar.gz
allow NEUT to travel through ICE and SNOW, and for it to turn OIL to GAS (both like inextremely old versions)
Diffstat (limited to 'src/simulation/elements/SNOW.cpp')
-rw-r--r--src/simulation/elements/SNOW.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SNOW.cpp b/src/simulation/elements/SNOW.cpp
index 4d46a6a..9e12e0a 100644
--- a/src/simulation/elements/SNOW.cpp
+++ b/src/simulation/elements/SNOW.cpp
@@ -31,7 +31,7 @@ Element_SNOW::Element_SNOW()
Description = "Light particles.";
State = ST_SOLID;
- Properties = TYPE_PART|PROP_LIFE_DEC;
+ Properties = TYPE_PART|PROP_LIFE_DEC|PROP_NEUTPENETRATE;
LowPressure = IPL;
LowPressureTransition = NT;