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 de24586 commit 259550cCopy full SHA for 259550c
lib/overrides.lua
@@ -1729,7 +1729,10 @@ end
1729
1730
local end_roundref = end_round
1731
function end_round()
1732
- 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
1733
+ ((#G.hand.cards < 1 and #G.deck.cards < 1 and #G.play.cards < 1) or (#G.hand.cards < 1 and #G.deck.cards < 1))
1734
+ and G.STATE ~= G.STATES.NEW_ROUND
1735
+ then
1736
if
1737
Cryptid.enabled("set_cry_poker_hand_stuff") == true
1738
and not Cryptid.safe_get(G.PROFILES, G.SETTINGS.profile, "cry_none")
0 commit comments