summaryrefslogtreecommitdiff
path: root/src/simulation/elements/GAS.cpp
diff options
context:
space:
mode:
authorcracker64 <cracker642@gmail.com>2013-03-11 21:34:49 (GMT)
committer cracker64 <cracker642@gmail.com>2013-03-11 21:34:49 (GMT)
commit319ffb7e77bfce648f085a1ecc8275dee57ece05 (patch)
tree7ed55a9fc73996e2c512b82e308ff825a4d9cbbc /src/simulation/elements/GAS.cpp
parentf2823b0ee8f3497e17194c35beb351a6be64eaa8 (diff)
downloadpowder-319ffb7e77bfce648f085a1ecc8275dee57ece05.zip
powder-319ffb7e77bfce648f085a1ecc8275dee57ece05.tar.gz
Change some old NEUTPENETRATE to NEUTPASS, NEUT should only displace GOO, WOOD, and PLNT.
Diffstat (limited to 'src/simulation/elements/GAS.cpp')
-rw-r--r--src/simulation/elements/GAS.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/GAS.cpp b/src/simulation/elements/GAS.cpp
index 45aee8d..45bcf3e 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 | PROP_NEUTPENETRATE;
+ Properties = TYPE_GAS | PROP_NEUTPASS;
LowPressure = IPL;
LowPressureTransition = NT;
@@ -46,4 +46,4 @@ Element_GAS::Element_GAS()
}
-Element_GAS::~Element_GAS() {} \ No newline at end of file
+Element_GAS::~Element_GAS() {}