444
edits
Inconvenient (talk | contribs) mNo edit summary |
Inconvenient (talk | contribs) mNo edit summary |
||
Line 14: | Line 14: | ||
local harvestedFood = {} | local harvestedFood = {} | ||
local special = {} | local special = {} | ||
for i, item in | for i, item in Shared.skpairs(ItemData.Items) do | ||
if i >= 22 and i < 34 then | if i >= 22 and i < 34 then | ||
table.insert(cookedFish, Icons.Icon({item.name, type='item'})) | table.insert(cookedFish, Icons.Icon({item.name, type='item'})) |
edits