diff options
Diffstat (limited to 'src/simulation/elements/PCLN.cpp')
| -rw-r--r-- | src/simulation/elements/PCLN.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/PCLN.cpp b/src/simulation/elements/PCLN.cpp index 441014a..26b0960 100644 --- a/src/simulation/elements/PCLN.cpp +++ b/src/simulation/elements/PCLN.cpp @@ -31,7 +31,7 @@ Element_PCLN::Element_PCLN() Description = "Powered clone. When activated, duplicates any particles it touches."; State = ST_NONE; - Properties = TYPE_SOLID; + Properties = TYPE_SOLID|PROP_NOCTYPEDRAW; LowPressure = IPL; LowPressureTransition = NT; |
