summaryrefslogtreecommitdiff
path: root/src/simulation/elements/OIL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/OIL.cpp')
-rw-r--r--src/simulation/elements/OIL.cpp2
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;