Skip to content

Commit

Permalink
Merge pull request #229 from Kherae/master
Browse files Browse the repository at this point in the history
upgradabletool
  • Loading branch information
sayterdarkwynd authored May 15, 2020
2 parents 1a57a5d + b84bb0b commit e2e38bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/scripted/fu_multiupgrade/fu_multiupgrade.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ end

function populateItemList(forceRepop)
local upgradeableWeaponItems = player.itemsWithTag("upgradeableWeapon")
local upgradeableToolItems = player.itemsWithTag("mininglaser")
local upgradeableToolItems = player.itemsWithTag("upgradeableTool")
local upgradableItems={}

for i = 1, #upgradeableWeaponItems do
Expand Down

0 comments on commit e2e38bb

Please sign in to comment.