Module:Inventory slot/Aliases: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 224: | Line 224: | ||
table.insert( aliases['Any Potion'], 'Potion of ' .. effect ) | table.insert( aliases['Any Potion'], 'Potion of ' .. effect ) | ||
table.insert( aliases['Any Splash'], 'Splash Potion of ' .. effect ) | table.insert( aliases['Any Splash'], 'Splash Potion of ' .. effect ) | ||
table.insert( aliases['Any Lingering'], 'Lingering Potion of ' .. effect ) | table.insert( aliases['Any Lingering Potion'], 'Lingering Potion of ' .. effect ) | ||
end | end | ||
aliases['Any Potion'] = table.concat( aliases['Any Potion'], ';' ) | aliases['Any Potion'] = table.concat( aliases['Any Potion'], ';' ) | ||