Skip to content

Commit 25912fe

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent c54f291 commit 25912fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/overrides.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,12 @@ function Game:update(dt)
499499
G.GAME.blind.chip_text = number_format(G.GAME.blind.chips)
500500
end
501501
end
502-
if G.STATE == G.STATES.DRAW_TO_HAND and not G.hand.cards[1] and not G.deck.cards[1] and G.PROFILES[G.SETTINGS.profile].cry_none then
502+
if
503+
G.STATE == G.STATES.DRAW_TO_HAND
504+
and not G.hand.cards[1]
505+
and not G.deck.cards[1]
506+
and G.PROFILES[G.SETTINGS.profile].cry_none
507+
then
503508
G.STATE = G.STATES.SELECTING_HAND
504509
G.STATE_COMPLETE = false
505510
end

0 commit comments

Comments
 (0)