summaryrefslogtreecommitdiff
path: root/src/simulation/elements/ICEI.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/ICEI.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/ICEI.cpp')
-rw-r--r--src/simulation/elements/ICEI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/ICEI.cpp b/src/simulation/elements/ICEI.cpp
index 4e10c92..b3d64d1 100644
--- a/src/simulation/elements/ICEI.cpp
+++ b/src/simulation/elements/ICEI.cpp
@@ -31,7 +31,7 @@ Element_ICEI::Element_ICEI()
Description = "Solid. Freezes water. Crushes under pressure. Cools down air.";
State = ST_SOLID;
- Properties = TYPE_SOLID|PROP_LIFE_DEC;
+ Properties = TYPE_SOLID|PROP_LIFE_DEC|PROP_NEUTPENETRATE;
LowPressure = IPL;
LowPressureTransition = NT;