diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-03 00:07:00 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-03 00:07:00 (GMT) |
| commit | 846d7d8064cf84c6b4e55a8a0417e7e605e0d144 (patch) | |
| tree | ff8006377ff9508734e34247347e6efe3c239ed1 /src/simulation/elements/OIL.cpp | |
| parent | 85cb4b37c93baa3e227fa6a93c8312b9ab0fb6c3 (diff) | |
| download | powder-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/OIL.cpp')
| -rw-r--r-- | src/simulation/elements/OIL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/OIL.cpp b/src/simulation/elements/OIL.cpp index 5dd7595..42be14e 100644 --- a/src/simulation/elements/OIL.cpp +++ b/src/simulation/elements/OIL.cpp @@ -31,7 +31,7 @@ Element_OIL::Element_OIL() Description = "Liquid. Flammable."; State = ST_LIQUID; - Properties = TYPE_LIQUID; + Properties = TYPE_LIQUID | PROP_NEUTPENETRATE; LowPressure = IPL; LowPressureTransition = NT; |
