Skip to content

Commit

Permalink
revert THDR being changed to an energy particle
Browse files Browse the repository at this point in the history
was causing issues that I forgot already so it is easier to just undo it
  • Loading branch information
jacob1 committed Apr 2, 2016
1 parent aa99258 commit 59d69ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/elements/THDR.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 59d69ac

Please sign in to comment.