Module:Items/UseTables: Difference between revisions

Removing the 'slot items' category for now and we'll see if anybody complains
(Moving a bunch of Item Use tables over here so that Module:Items will compile properly.)
 
(Removing the 'slot items' category for now and we'll see if anybody complains)
Line 71: Line 71:
   if item.equipmentSlot ~= nil or Shared.contains(itemUseArray.Combat, item.name) then
   if item.equipmentSlot ~= nil or Shared.contains(itemUseArray.Combat, item.name) then
     if item.equipmentSlot ~= nil then  
     if item.equipmentSlot ~= nil then  
       table.insert(categoryArray, '[[Category:'..Items.getEquipmentSlotName(item.equipmentSlot)..' Slot Items]]')  
       --table.insert(categoryArray, '[[Category:'..Items.getEquipmentSlotName(item.equipmentSlot)..' Slot Items]]')  
     end
     end
     table.insert(useArray, '* '..Icons.Icon({'Combat'}))
     table.insert(useArray, '* '..Icons.Icon({'Combat'}))