Skip to content

Commit e62cbfc

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent dd27877 commit e62cbfc

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
@@ -2051,7 +2051,13 @@ local wario = {
20512051
return { vars = { number_format(center.ability.extra.money) } }
20522052
end,
20532053
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
2054+
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
20552061
return {
20562062
dollars = lenient_bignum(card.ability.extra.money),
20572063
card = context.other_context and context.other_context.blueprint_card or context.other_card or nil,

0 commit comments

Comments
 (0)