summaryrefslogtreecommitdiff
path: root/src/simulation/elements/GAS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/GAS.cpp')
-rw-r--r--src/simulation/elements/GAS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/GAS.cpp b/src/simulation/elements/GAS.cpp
index 4e87b76..45aee8d 100644
--- a/src/simulation/elements/GAS.cpp
+++ b/src/simulation/elements/GAS.cpp
@@ -31,7 +31,7 @@ Element_GAS::Element_GAS()
Description = "Gas. Diffuses. Flammable. Liquefies under pressure.";
State = ST_GAS;
- Properties = TYPE_GAS;
+ Properties = TYPE_GAS | PROP_NEUTPENETRATE;
LowPressure = IPL;
LowPressureTransition = NT;