Skip to content

Commit

Permalink
Goldsmith gaunts from bank
Browse files Browse the repository at this point in the history
  • Loading branch information
themrrobert committed Feb 7, 2024
1 parent f524f3c commit cd41971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mahoji/commands/smelt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const smeltingCommand: OSBMahojiCommand = {
type: 'Smelting'
});

if (bar.id === itemID('Gold bar') && user.hasEquipped('Goldsmith gauntlets')) {
if (bar.id === itemID('Gold bar') && user.hasEquippedOrInBank('Goldsmith gauntlets')) {
boosts.push('56.2 xp per gold bar for Goldsmith gauntlets');
}

Expand Down

0 comments on commit cd41971

Please sign in to comment.