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 83f7fdd commit c54f291Copy full SHA for c54f291
lib/overrides.lua
@@ -499,6 +499,10 @@ function Game:update(dt)
499
G.GAME.blind.chip_text = number_format(G.GAME.blind.chips)
500
end
501
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
503
+ G.STATE = G.STATES.SELECTING_HAND
504
+ G.STATE_COMPLETE = false
505
+ end
506
507
508
-- All the scattered set_cost hooks from all the pre refactor files moved into one hook
0 commit comments