From 76b3b90c4e11f1c23dffbba9c83303170961e797 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Tue, 4 Aug 2020 10:16:25 -0400
Subject: [PATCH] Correct errornous logic around amulets

Turns out my logic was wrong from the very start.
---
 resources/parsers/accessories.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/resources/parsers/accessories.py b/resources/parsers/accessories.py
index 5015153..e2603c0 100644
--- a/resources/parsers/accessories.py
+++ b/resources/parsers/accessories.py
@@ -97,10 +97,6 @@ class AccessoryParser():
                     item_level='<= {0}'.format(item['DropLevel'] + normal_drop_modifier),
                 )
 
-            else:
-                # Hide all other accessories.
-                self.template.hidden_item(base_text=item['Name'])
-
     def parse_amulets(self):
         """
         Handle parsing for amulet items.
-- 
GitLab