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', 'C418', 'cat' }, | ||
{ 'Blocks', 'C418', | { 'Blocks', 'C418', 'blocks' }, | ||
{ 'Chirp', 'C418', | { 'Chirp', 'C418', 'chirp' }, | ||
{ 'Far', 'C418', | { 'Far', 'C418', 'far' }, | ||
{ 'Mall', 'C418', | { 'Mall', 'C418', 'mall' }, | ||
{ 'Mellohi', 'C418', | { 'Mellohi', 'C418', 'mellohi' }, | ||
{ 'Stal', 'C418', | { 'Stal', 'C418', 'stal' }, | ||
{ 'Strad', 'C418', | { 'Strad', 'C418', 'strad' }, | ||
{ 'Ward', 'C418', | { 'Ward', 'C418', 'ward' }, | ||
{ '11', 'C418', | { '11', 'C418', }, | ||
{ 'Wait', 'C418', | { '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 | ||