We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ed757 commit b4ed075Copy full SHA for b4ed075
lib/overrides.lua
@@ -462,7 +462,12 @@ function Game:update(dt)
462
G.GAME.blind.chip_text = number_format(G.GAME.blind.chips)
463
end
464
465
- 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
+ if
466
+ G.STATE == G.STATES.DRAW_TO_HAND
467
+ and not G.hand.cards[1]
468
+ and not G.deck.cards[1]
469
+ and G.PROFILES[G.SETTINGS.profile].cry_none
470
+ then
471
G.STATE = G.STATES.SELECTING_HAND
472
G.STATE_COMPLETE = false
473
0 commit comments