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 7e74db5 commit dd27877Copy full SHA for dd27877
items/misc_joker.lua
@@ -2051,7 +2051,7 @@ local wario = {
2051
return { vars = { number_format(center.ability.extra.money) } }
2052
end,
2053
calculate = function(self, card, context)
2054
- 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
2055
return {
2056
dollars = lenient_bignum(card.ability.extra.money),
2057
card = context.other_context and context.other_context.blueprint_card or context.other_card or nil,
0 commit comments