diff --git a/resources/parsers/accessories.py b/resources/parsers/accessories.py
index 8c876ead35b86232bc1e761df2d8e7f7aea64849..5015153c1ab86a5fdc8e78201bfdb4b912d5ef81 100644
--- a/resources/parsers/accessories.py
+++ b/resources/parsers/accessories.py
@@ -97,8 +97,9 @@ class AccessoryParser():
                     item_level='<= {0}'.format(item['DropLevel'] + normal_drop_modifier),
                 )
 
-            # Hide all other instances of accessory.
-            self.template.hidden_item(base_text=item['Name'])
+            else:
+                # Hide all other accessories.
+                self.template.hidden_item(base_text=item['Name'])
 
     def parse_amulets(self):
         """