Skip to content

Commit

Permalink
Merge pull request #2283 from DuckySoLucky/patch-14
Browse files Browse the repository at this point in the history
fix(helper): add 'CHISEL' gemstone type
  • Loading branch information
Shiiyu authored Oct 12, 2024
2 parents 81894c4 + 0758fe5 commit c43dbc2
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 c43dbc2

Please sign in to comment.