Skip to content

Commit 2a1f910

Browse files
committed
wario fix
1 parent 7ade088 commit 2a1f910

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
@@ -1964,7 +1964,7 @@ local wario = {
19641964
return { vars = { number_format(center.ability.extra.money) } }
19651965
end,
19661966
calculate = function(self, card, context)
1967-
if context.post_trigger or context.forcetrigger then
1967+
if (context.post_trigger and not context.other_context.fixed_probability and not context.other_context.mod_probability) or context.forcetrigger then
19681968
return {
19691969
dollars = lenient_bignum(card.ability.extra.money),
19701970
card = context.other_context and context.other_context.blueprint_card or context.other_card or nil,

0 commit comments

Comments
 (0)