We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd180ab commit f92e797Copy full SHA for f92e797
1 file changed
src/Export/Scripts/mods.lua
@@ -187,6 +187,9 @@ local function writeMods(outName, condFunc)
187
end
188
189
190
+ -- radius jewel stats are slightly unique in that they use
191
+ -- the same stat as regular jewel mods. this means the
192
+ -- description will not include the also grant: prefix
193
local stats = copyTable(statEntry.stats)
194
-- radius jewel mods:
195
-- notable
0 commit comments