17,097
edits
(_getItemSources: Fix cooking check to prevent raw fish being flagged as obtainable from cooking) |
(_getItemSources: Add event items) |
||
Line 566: | Line 566: | ||
if Shared.contains(Items.EasterEggs, item.name) then | if Shared.contains(Items.EasterEggs, item.name) then | ||
table.insert(lineArray, '[[Easter Eggs]]') | table.insert(lineArray, '[[Easter Eggs]]') | ||
end | |||
-- Event exclusive items (also a manual list) | |||
if Shared.contains(Items.EventItems, item.name) then | |||
table.insert(lineArray, '[[Events]]') | |||
end | end | ||