diff options
Diffstat (limited to 'src/simulation/elements/OIL.cpp')
| -rw-r--r-- | src/simulation/elements/OIL.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/OIL.cpp b/src/simulation/elements/OIL.cpp index 42be14e..a397ab8 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 | PROP_NEUTPENETRATE; + Properties = TYPE_LIQUID | PROP_NEUTPASS; LowPressure = IPL; LowPressureTransition = NT; @@ -46,4 +46,4 @@ Element_OIL::Element_OIL() } -Element_OIL::~Element_OIL() {}
\ No newline at end of file +Element_OIL::~Element_OIL() {} |
