Module:InventorySlot/Aliases: Difference between revisions

m
Oh was it just that "yes" I forgot to change
m (true -> "true")
m (Oh was it just that "yes" I forgot to change)
Line 333: Line 333:
else
else
-- otherwise its just effect, currently every potion with no duration can be enhanced
-- otherwise its just effect, currently every potion with no duration can be enhanced
aliases[name] = { name = potionName, text = effect.effect, enchanted = yes }
aliases[name] = { name = potionName, text = effect.effect, enchanted = "true" }
aliases[name .. ' Enhanced'] = { name = potionName, text = effect.effect .. ' ' .. effect.enhanced, enchanted = "true" }
aliases[name .. ' Enhanced'] = { name = potionName, text = effect.effect .. ' ' .. effect.enhanced, enchanted = "true" }
end
end
Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,637

edits