We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ade088 commit 2a1f910Copy full SHA for 2a1f910
items/misc_joker.lua
@@ -1964,7 +1964,7 @@ local wario = {
1964
return { vars = { number_format(center.ability.extra.money) } }
1965
end,
1966
calculate = function(self, card, context)
1967
- if context.post_trigger or context.forcetrigger then
+ if (context.post_trigger and not context.other_context.fixed_probability and not context.other_context.mod_probability) or context.forcetrigger then
1968
return {
1969
dollars = lenient_bignum(card.ability.extra.money),
1970
card = context.other_context and context.other_context.blueprint_card or context.other_card or nil,
0 commit comments