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 2a1f910 commit b6a0be7Copy full SHA for b6a0be7
items/misc_joker.lua
@@ -1964,7 +1964,13 @@ local wario = {
1964
return { vars = { number_format(center.ability.extra.money) } }
1965
end,
1966
calculate = function(self, card, context)
1967
- if (context.post_trigger and not context.other_context.fixed_probability and not context.other_context.mod_probability) or context.forcetrigger then
+ if
1968
+ (
1969
+ context.post_trigger
1970
+ and not context.other_context.fixed_probability
1971
+ and not context.other_context.mod_probability
1972
+ ) or context.forcetrigger
1973
+ then
1974
return {
1975
dollars = lenient_bignum(card.ability.extra.money),
1976
card = context.other_context and context.other_context.blueprint_card or context.other_card or nil,
0 commit comments