Skip to content

Commit

Permalink
Update almanac.lic
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Feb 17, 2024
1 parent b065f1f commit 0e475bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion almanac.lic
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class Almanac
.map { |skill| [skill.name, skill.exp] }
.select { |element| element[1] }
.reject { |skill, _exp| skill == "Mechanical Lore" }
# .reject { |_skill, exp| exp.to_i > 18 }
.select { |skill, exp| list.append [skill, exp] }
skill = list.sort_by(&:last).first[0].sub(/(Lunar|Life|Arcane|Holy|Elemental)\s/, '')
return skill
Expand Down

0 comments on commit 0e475bb

Please sign in to comment.