Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 7fa8fd3

Browse files
committed
Assign Small radius to crafted Time-Lost Jewels by default
1 parent 0e636f4 commit 7fa8fd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Classes/ItemsTab.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,6 +1908,9 @@ function ItemsTabClass:CraftItem()
19081908
implicitIndex = implicitIndex + 1
19091909
end
19101910
end
1911+
if base.base.type == "Jewel" and base.base.subType == "Radius" then
1912+
item.jewelRadiusLabel = "Small"
1913+
end
19111914
item:NormaliseQuality()
19121915
item:BuildAndParseRaw()
19131916
return item

0 commit comments

Comments
 (0)