Skip to content

Commit 4c7ac42

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 5d27231 commit 4c7ac42

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

lib/overrides.lua

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,10 @@ function Game:update(dt)
512512
for k, v in ipairs(G.playing_cards) do
513513
v.ability.played_this_ante = nil
514514
end
515-
ease_ante(G.GAME.blind and G.GAME.blind:cry_calc_ante_gain() or 1); Cryptid.apply_ante_tax(); delay(0.4); check_for_unlock({type = 'ante_up', ante = G.GAME.round_resets.ante + 1})
515+
ease_ante(G.GAME.blind and G.GAME.blind:cry_calc_ante_gain() or 1)
516+
Cryptid.apply_ante_tax()
517+
delay(0.4)
518+
check_for_unlock({ type = "ante_up", ante = G.GAME.round_resets.ante + 1 })
516519
end
517520

518521
if G.GAME.round_resets.temp_handsize then
@@ -526,14 +529,7 @@ function Game:update(dt)
526529
for _, v in pairs(find_joker("cry-loopy")) do
527530
if v.ability.extra.retrigger ~= 0 then
528531
v.ability.extra.retrigger = 0
529-
card_eval_status_text(
530-
v,
531-
"extra",
532-
nil,
533-
nil,
534-
nil,
535-
{ message = localize("k_reset"), colour = G.C.GREEN }
536-
)
532+
card_eval_status_text(v, "extra", nil, nil, nil, { message = localize("k_reset"), colour = G.C.GREEN })
537533
end
538534
end
539535
for _, v in pairs(G.deck.cards) do

0 commit comments

Comments
 (0)