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 ee52c96 commit d9ed757Copy full SHA for d9ed757
lib/overrides.lua
@@ -462,6 +462,10 @@ 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
466
+ G.STATE = G.STATES.SELECTING_HAND
467
+ G.STATE_COMPLETE = false
468
+ end
469
470
471
-- All the scattered set_cost hooks from all the pre refactor files moved into one hook
0 commit comments