Module:Items/SourceTables: Difference between revisions

_getItemSources: Fix cooking check to prevent raw fish being flagged as obtainable from cooking
(Added brute force overrides for Gold Topaz Ring and Signet Ring Halves)
(_getItemSources: Fix cooking check to prevent raw fish being flagged as obtainable from cooking)
Line 473: Line 473:


   --CookCheck
   --CookCheck
   if item.cookingLevel ~= nil then
   if item.cookingLevel ~= nil and item.recipeRequirements ~= nil then
   table.insert(lineArray, Icons._SkillReq('Cooking', item.cookingLevel))
   table.insert(lineArray, Icons._SkillReq('Cooking', item.cookingLevel))
   end
   end