Skip to content

Commit 3184fc8

Browse files
committed
fix giving mult instead of xmult,,
1 parent a110b27 commit 3184fc8

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
@@ -10982,7 +10982,7 @@ local thal = {
1098210982

1098310983
calculate = function(self, card, context)
1098410984
if context.joker_main or context.force_trigger then
10985-
return { mult = self:calc_xmult(card) }
10985+
return { xmult = self:calc_xmult(card) }
1098610986
end
1098710987
end,
1098810988
}

0 commit comments

Comments
 (0)