Skip to content

Commit

Permalink
upgradabletool
Browse files Browse the repository at this point in the history
  • Loading branch information
Kherae committed May 15, 2020
1 parent 1a57a5d commit b84bb0b
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 b84bb0b

Please sign in to comment.