Skip to content

Commit 4e4f696

Browse files
fix again
I looked at the docs wrong 🤦
1 parent feb590c commit 4e4f696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/misc_joker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10447,7 +10447,7 @@ local yarnball = { -- +1 to all listed probabilities for the highest cat tag lev
1044710447
end
1044810448

1044910449
return {
10450-
additive.numerator = (additive.numerator or context.numerator) + highest_cat_lvl
10450+
numerator = context.numerator + highest_cat_lvl
1045110451
}
1045210452
end
1045310453

0 commit comments

Comments
 (0)