Module:Inventory slot/Aliases: Difference between revisions

m Let's pretend this never happened.
m Didn't replace this after finding the actual error
Line 361: Line 361:
local aliasName = 'Potion of ' .. statusProps[1]
local aliasName = 'Potion of ' .. statusProps[1]
aliases[aliasName] = { title = aliasName, name = aliasName, text = statusProps[2] }
aliases[aliasName] = { title = aliasName, name = aliasName, text = statusProps[2] }
local aliasName = 'Potion of ' .. statusProps[1] .. ' Enhanced'
aliases[aliasName] = { title = aliasName, name = aliasName, text = statusProps[2] .. ' ' .. statusProps[6] }
end
end
end
end