Skip to content

Commit c54f291

Browse files
committed
fix none bug for real this time but on main
1 parent 83f7fdd commit c54f291

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/overrides.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,10 @@ 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
503+
G.STATE = G.STATES.SELECTING_HAND
504+
G.STATE_COMPLETE = false
505+
end
502506
end
503507

504508
-- All the scattered set_cost hooks from all the pre refactor files moved into one hook

0 commit comments

Comments
 (0)