Skip to content

Commit 1c82e68

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

items/misc_joker.lua

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2760,12 +2760,16 @@ local magnet = {
27602760
atlas = "atlastwo",
27612761
calculate = function(self, card, context)
27622762
if context.forcetrigger then
2763-
ease_dollars(lenient_bignum(to_big(card.ability.extra.money) * (4 - (Card.get_gameset(card) == "modest" and 1 or 0))))
2763+
ease_dollars(
2764+
lenient_bignum(to_big(card.ability.extra.money) * (4 - (Card.get_gameset(card) == "modest" and 1 or 0)))
2765+
)
27642766
end
27652767
end,
27662768
calc_dollar_bonus = function(self, card)
27672769
if to_big(#G.jokers.cards) <= to_big(card.ability.extra.slots) then
2768-
return lenient_bignum(to_big(card.ability.extra.money) * (4 - (Card.get_gameset(card) == "modest" and 1 or 0)))
2770+
return lenient_bignum(
2771+
to_big(card.ability.extra.money) * (4 - (Card.get_gameset(card) == "modest" and 1 or 0))
2772+
)
27692773
else
27702774
return lenient_bignum(card.ability.extra.money)
27712775
end

0 commit comments

Comments
 (0)