From cd41971c3cd1ab8cc8161c82741d5b08a37b4f1a Mon Sep 17 00:00:00 2001 From: themrrobert <10122432+themrrobert@users.noreply.github.com> Date: Wed, 7 Feb 2024 06:05:17 -0800 Subject: [PATCH] Goldsmith gaunts from bank --- src/mahoji/commands/smelt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mahoji/commands/smelt.ts b/src/mahoji/commands/smelt.ts index 49c0896fd8..a2efce1689 100644 --- a/src/mahoji/commands/smelt.ts +++ b/src/mahoji/commands/smelt.ts @@ -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'); }