exclude jp only armor

This commit is contained in:
Bryce Allen
2015-11-19 08:18:17 -06:00
parent bfc22670c0
commit c2a72c951b
3 changed files with 26 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ def find_armors(args):
sys.exit(1)
a.set_skills(skills)
# calculate total using decorations for first skill only. This
# works great if all skill shave same slot values; if not it's
# works great if all skill have same slot values; if not it's
# very messy to figure out what is 'best'
total = 0
first = True