diff --git a/src/movescript.lua b/src/movescript.lua index b08d676..f77a6cc 100644 --- a/src/movescript.lua +++ b/src/movescript.lua @@ -118,7 +118,7 @@ local function refuelAll(settings) if item ~= nil then for _, fuelName in pairs(fuels) do if item.name == fuelName then - t.select(i) + t.select(slot) if t.refuel(item.count) then refueled = true end break end