Skip to content

Commit

Permalink
fix(helper): add 'CHISEL' gemstone type
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckySoLucky authored Oct 11, 2024
1 parent 81894c4 commit 0758fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ export function parseItemGems(gems, rarity) {

const slots = {
normal: Object.keys(GEMSTONES),
special: ["UNIVERSAL", "COMBAT", "OFFENSIVE", "DEFENSIVE", "MINING"],
special: ["UNIVERSAL", "COMBAT", "OFFENSIVE", "DEFENSIVE", "MINING", "CHISEL"],
ignore: ["unlocked_slots"],
};

Expand Down

0 comments on commit 0758fe5

Please sign in to comment.