4,951
edits
Falterfire (talk | contribs) (Fixed issue with upgradeable items not listing if they were costs for other things) |
Falterfire (talk | contribs) (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 |