Skip to content

Commit fdf1619

Browse files
committed
Enable catalyst menu for jewels
1 parent 784a687 commit fdf1619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/ItemsTab.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ holding Shift will put it in the second.]])
641641
self:UpdateDisplayItemTooltip()
642642
end)
643643
self.controls.displayItemCatalyst.shown = function()
644-
return self.displayItem and (self.displayItem.crafted or self.displayItem.hasModTags) and (self.displayItem.base.type == "Amulet" or self.displayItem.base.type == "Ring")
644+
return self.displayItem and (self.displayItem.crafted or self.displayItem.hasModTags) and (self.displayItem.base.type == "Amulet" or self.displayItem.base.type == "Ring" or self.displayItem.base.type == "Jewel")
645645
end
646646
self.controls.displayItemCatalystQualityEdit = new("EditControl", {"LEFT",self.controls.displayItemCatalyst,"RIGHT"}, {2, 0, 60, 20}, nil, nil, "%D", 2, function(buf)
647647
self.displayItem.catalystQuality = tonumber(buf)

0 commit comments

Comments
 (0)