Module:Crafting: Difference between revisions

Jump to navigation Jump to search
m (Let's try this)
m (true check)
Line 120: Line 120:


local enchanted = args['enchanted'] or args['Enchanted']
local enchanted = args['enchanted'] or args['Enchanted']
if enchanted then
if enchanted == "true" then
spriteDiv:addClass("enchanted")
spriteDiv:addClass("enchanted")
end
end