Anonymous

Module:Items/UseTables: Difference between revisions

From Melvor Idle
ensured gp cost shows up when crafting Thief's Moneysack
(exception swapped to 'maximum skillcape')
(ensured gp cost shows up when crafting Thief's Moneysack)
Line 367: Line 367:
           local rowReq = item2.craftingLevel
           local rowReq = item2.craftingLevel
           local qty = item2.craftQty
           local qty = item2.craftQty
           table.insert(useArray, {item = item2, qty = qty, mats = mat, skill = 'Crafting', req = rowReq, xp = xp})
           table.insert(useArray, {item = item2, qty = qty, mats = mat, skill = 'Crafting', req = rowReq, xp = xp, gp = item2.craftGPCost})
           break
           break
         end
         end