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 dd27877 commit e62cbfcCopy full SHA for e62cbfc
items/misc_joker.lua
@@ -2051,7 +2051,13 @@ local wario = {
2051
return { vars = { number_format(center.ability.extra.money) } }
2052
end,
2053
calculate = function(self, card, context)
2054
- if (context.post_trigger and not context.other_context.fixed_probability and not context.other_context.mod_probability) or context.forcetrigger then
+ if
2055
+ (
2056
+ context.post_trigger
2057
+ and not context.other_context.fixed_probability
2058
+ and not context.other_context.mod_probability
2059
+ ) or context.forcetrigger
2060
+ then
2061
return {
2062
dollars = lenient_bignum(card.ability.extra.money),
2063
card = context.other_context and context.other_context.blueprint_card or context.other_card or nil,
0 commit comments