From 59d69ac8d05f24c99636336ecf1e8460d22dd65a Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 2 Apr 2016 00:21:13 -0400 Subject: [PATCH] revert THDR being changed to an energy particle was causing issues that I forgot already so it is easier to just undo it --- src/simulation/elements/THDR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/THDR.cpp b/src/simulation/elements/THDR.cpp index 74e1865a0..453d0c63c 100644 --- a/src/simulation/elements/THDR.cpp +++ b/src/simulation/elements/THDR.cpp @@ -30,7 +30,7 @@ Element_THDR::Element_THDR() HeatConduct = 1; Description = "Lightning! Very hot, inflicts damage upon most materials, and transfers current to metals."; - Properties = TYPE_ENERGY; + Properties = TYPE_PART; LowPressure = IPL; LowPressureTransition = NT;