diff options
Diffstat (limited to 'src/simulation/elements/THDR.cpp')
| -rw-r--r-- | src/simulation/elements/THDR.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/THDR.cpp b/src/simulation/elements/THDR.cpp index df38306..6ee1dea 100644 --- a/src/simulation/elements/THDR.cpp +++ b/src/simulation/elements/THDR.cpp @@ -31,7 +31,7 @@ Element_THDR::Element_THDR() Description = "Lightning! Very hot, inflicts damage upon most materials, transfers current to metals."; State = ST_NONE; - Properties = TYPE_ENERGY; + Properties = TYPE_PART; LowPressure = IPL; LowPressureTransition = NT; @@ -99,4 +99,4 @@ int Element_THDR::graphics(GRAPHICS_FUNC_ARGS) } -Element_THDR::~Element_THDR() {}
\ No newline at end of file +Element_THDR::~Element_THDR() {} |
