mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 04:01:56 +02:00
TPT: Allow TTAN to conduct more than once 81f84c4678
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user