Module:Crafting: Difference between revisions

Jump to navigation Jump to search
m (enchantable with stack argument)
m (Why are there two of these)
Line 97: Line 97:
if hideTooltip then
if hideTooltip then
sprite:HideTooltip()
sprite:HideTooltip()
end
local enchanted = args['enchanted'] or args['Enchanted']
if enchanted then
sprite:addClass("enchanted")
end
end