diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 17:17:51 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 17:17:51 (GMT) |
| commit | 5f68a41742fb21c789d05f043475c5c18b38c007 (patch) | |
| tree | 0d06a0800d6f43ba454b2a57417571c91808f9ca /src/simulation/elements/TTAN.cpp | |
| parent | 7c5e74410bb45b02eca2b9ff2073e67225bd00b7 (diff) | |
| download | powder-5f68a41742fb21c789d05f043475c5c18b38c007.zip powder-5f68a41742fb21c789d05f043475c5c18b38c007.tar.gz | |
TPT: Allow TTAN to conduct more than once 81f84c4678a
Diffstat (limited to 'src/simulation/elements/TTAN.cpp')
| -rw-r--r-- | src/simulation/elements/TTAN.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/TTAN.cpp b/src/simulation/elements/TTAN.cpp index c728c99..12687bf 100644 --- a/src/simulation/elements/TTAN.cpp +++ b/src/simulation/elements/TTAN.cpp @@ -32,7 +32,7 @@ Element_TTAN::Element_TTAN() Description = "Titanium, Higher melting temperature than other metals, blocks all air pressure"; State = ST_SOLID; - Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_HOT_GLOW; + Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_HOT_GLOW|PROP_LIFE_DEC; LowPressure = IPL; LowPressureTransition = NT; |
