mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-12 03:14:04 +02:00
Change AMTR and MORT to TYPE_GAS, and THDR to TYPE_ENERGY
This commit is contained in:
@@ -31,7 +31,7 @@ Element_AMTR::Element_AMTR()
|
|||||||
Description = "Anti-Matter, destroys a majority of particles.";
|
Description = "Anti-Matter, destroys a majority of particles.";
|
||||||
|
|
||||||
State = ST_NONE;
|
State = ST_NONE;
|
||||||
Properties = TYPE_PART;
|
Properties = TYPE_GAS;
|
||||||
|
|
||||||
LowPressure = IPL;
|
LowPressure = IPL;
|
||||||
LowPressureTransition = NT;
|
LowPressureTransition = NT;
|
||||||
|
@@ -31,7 +31,7 @@ Element_MORT::Element_MORT()
|
|||||||
Description = "Steam Train.";
|
Description = "Steam Train.";
|
||||||
|
|
||||||
State = ST_NONE;
|
State = ST_NONE;
|
||||||
Properties = TYPE_PART;
|
Properties = TYPE_GAS;
|
||||||
|
|
||||||
LowPressure = IPL;
|
LowPressure = IPL;
|
||||||
LowPressureTransition = NT;
|
LowPressureTransition = NT;
|
||||||
|
@@ -31,7 +31,7 @@ Element_THDR::Element_THDR()
|
|||||||
Description = "Lightning! Very hot, inflicts damage upon most materials, and transfers current to metals.";
|
Description = "Lightning! Very hot, inflicts damage upon most materials, and transfers current to metals.";
|
||||||
|
|
||||||
State = ST_NONE;
|
State = ST_NONE;
|
||||||
Properties = TYPE_PART;
|
Properties = TYPE_ENERGY;
|
||||||
|
|
||||||
LowPressure = IPL;
|
LowPressure = IPL;
|
||||||
LowPressureTransition = NT;
|
LowPressureTransition = NT;
|
||||||
|
Reference in New Issue
Block a user