Skip to content
Snippets Groups Projects
Commit 76b3b90c authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Correct errornous logic around amulets

Turns out my logic was wrong from the very start.
parent bbf24c22
No related merge requests found
...@@ -97,10 +97,6 @@ class AccessoryParser(): ...@@ -97,10 +97,6 @@ class AccessoryParser():
item_level='<= {0}'.format(item['DropLevel'] + normal_drop_modifier), 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): def parse_amulets(self):
""" """
Handle parsing for amulet items. Handle parsing for amulet items.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment