Anonymous

Module:Items/UseTables: Difference between revisions

From Melvor Idle
whoops followup fix
(Fixed issue with upgradeable items not listing if they were costs for other things)
(whoops followup fix)
Line 113: Line 113:
   local canSummon = false
   local canSummon = false


   canUpgrade = true
   if item.trimmedItemID ~= nil then
    canUpgrade = true
  end


   for i, item2 in pairs(ItemData.Items) do
   for i, item2 in pairs(ItemData.Items) do