From 5f68a41742fb21c789d05f043475c5c18b38c007 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 12 Jun 2012 18:17:51 +0100 Subject: TPT: Allow TTAN to conduct more than once 81f84c4678a 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; -- cgit v0.9.2-21-gd62e