Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,659
edits
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 | ||
edits