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 119c927 commit 8dbc3e5Copy full SHA for 8dbc3e5
lib/overrides.lua
@@ -1795,7 +1795,10 @@ end
1795
1796
local end_roundref = end_round
1797
function end_round()
1798
- if ((#G.hand.cards < 1 and #G.deck.cards < 1 and #G.play.cards < 1) or (#G.hand.cards < 1 and #G.deck.cards < 1)) and G.STATE ~= G.STATES.NEW_ROUND then
+ if
1799
+ ((#G.hand.cards < 1 and #G.deck.cards < 1 and #G.play.cards < 1) or (#G.hand.cards < 1 and #G.deck.cards < 1))
1800
+ and G.STATE ~= G.STATES.NEW_ROUND
1801
+ then
1802
if
1803
Cryptid.enabled("set_cry_poker_hand_stuff") == true
1804
and not Cryptid.safe_get(G.PROFILES, G.SETTINGS.profile, "cry_none")
0 commit comments