summaryrefslogtreecommitdiff
path: root/src/simulation/elements/DSTW.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/DSTW.cpp')
-rw-r--r--src/simulation/elements/DSTW.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/DSTW.cpp b/src/simulation/elements/DSTW.cpp
index cca1b68..c6f1aca 100644
--- a/src/simulation/elements/DSTW.cpp
+++ b/src/simulation/elements/DSTW.cpp
@@ -31,7 +31,7 @@ Element_DSTW::Element_DSTW()
Description = "Distilled water, does not conduct electricity.";
State = ST_LIQUID;
- Properties = TYPE_LIQUID|PROP_NEUTPENETRATE;
+ Properties = TYPE_LIQUID|PROP_NEUTPASS;
LowPressure = IPL;
LowPressureTransition = NT;