Skip to content

Commit b6a0be7

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 2a1f910 commit b6a0be7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

items/misc_joker.lua

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,13 @@ local wario = {
19641964
return { vars = { number_format(center.ability.extra.money) } }
19651965
end,
19661966
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
1967+
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
19681974
return {
19691975
dollars = lenient_bignum(card.ability.extra.money),
19701976
card = context.other_context and context.other_context.blueprint_card or context.other_card or nil,

0 commit comments

Comments
 (0)