Module:Inventory slot/Aliases: Difference between revisions

No edit summary
mNo edit summary
Line 430: Line 430:
-- Discs --
-- Discs --
local discs = {  
local discs = {  
{ '13',        'C418',                   },
{ '13',        'C418',                     },
{ 'Cat',      'C418',       'cat'      },
{ 'Cat',      'C418',         'cat'      },
{ 'Blocks',    'C418',       'blocks'    },
{ 'Blocks',    'C418',         'blocks'    },
{ 'Chirp',    'C418',       'chirp'    },
{ 'Chirp',    'C418',         'chirp'    },
{ 'Far',      'C418',       'far'      },
{ 'Far',      'C418',         'far'      },
{ 'Mall',      'C418',       'mall'      },
{ 'Mall',      'C418',         'mall'      },
{ 'Mellohi',  'C418',       'mellohi'  },
{ 'Mellohi',  'C418',         'mellohi'  },
{ 'Stal',      'C418',       'stal'      },
{ 'Stal',      'C418',         'stal'      },
{ 'Strad',    'C418',       'strad'    },
{ 'Strad',    'C418',         'strad'    },
{ 'Ward',      'C418',       'ward'      },
{ 'Ward',      'C418',         'ward'      },
{ '11',        'C418',                   },
{ '11',        'C418',                     },
{ 'Wait',      'C418',       'wait'      },
{ 'Wait',      'C418',         'wait'      },
{ 'Otherside', 'Lena Raine', 'otherside' },
{ 'Otherside', 'Lena Raine',   'otherside' },
{ 'Pigstep',  'Lena Raine',            },
{ 'Pigstep',  'Lena Raine',              },
{ '5',        'Samuel Åberg',            },
}
}
for _, disc in ipairs( discs ) do
for _, disc in ipairs( discs ) do