fix oopsie
This commit is contained in:
parent
109a749bb3
commit
62b697d91a
@ -359,15 +359,15 @@ local use_rod = function(itemstack, player, pointed_thing)
|
|||||||
|
|
||||||
if r < 86 then
|
if r < 86 then
|
||||||
|
|
||||||
item = find_item(fish_items, pos)
|
item = find_item(fish_items, rodpos)
|
||||||
|
|
||||||
elseif r > 85 and r < 96 then
|
elseif r > 85 and r < 96 then
|
||||||
|
|
||||||
item = find_item(junk_items, pos)
|
item = find_item(junk_items, rodpos)
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
item = find_item(bonus_items, pos)
|
item = find_item(bonus_items, rodpos)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- split into name and number (wear level or number of items)
|
-- split into name and number (wear level or number of items)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user