Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,659
edits
(Undo the attempt at making a resource pack replacement template) |
m (enchantable with stack argument) |
||
Line 167: | Line 167: | ||
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