diff options
Diffstat (limited to 'src/simulation/elements/STOR.cpp')
| -rw-r--r-- | src/simulation/elements/STOR.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/STOR.cpp b/src/simulation/elements/STOR.cpp index a09096f..ce26767 100644 --- a/src/simulation/elements/STOR.cpp +++ b/src/simulation/elements/STOR.cpp @@ -31,7 +31,7 @@ Element_STOR::Element_STOR() Description = "Captures and stores a single particle. releases when charged with PSCN, also passes to PIPE."; State = ST_NONE; - Properties = TYPE_SOLID; + Properties = TYPE_SOLID|PROP_NOCTYPEDRAW; LowPressure = IPL; LowPressureTransition = NT; |
