diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 18:55:00 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 18:55:00 (GMT) |
| commit | a95ceb4c928baf4eace240852f17af6518b86f8f (patch) | |
| tree | 7a7d285241da6d16c59a8240f414048053910d48 /src/simulation/elements | |
| parent | 3b020b315148e5b065071b5bb8a4caf1321c730c (diff) | |
| download | powder-a95ceb4c928baf4eace240852f17af6518b86f8f.zip powder-a95ceb4c928baf4eace240852f17af6518b86f8f.tar.gz | |
TPT: energy type particles automatically go into photons, not pmap
Diffstat (limited to 'src/simulation/elements')
| -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() {} |
