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.
2 parents 6f71936 + 2e7a514 commit 0b7c7a7Copy full SHA for 0b7c7a7
items/blind.lua
@@ -398,7 +398,7 @@ local joke = {
398
return { vars = { "8", localize("cry_joke_placeholder") } }
399
end,
400
cry_calc_ante_gain = function(self)
401
- if to_big(G.GAME.chips) >= to_big(G.GAME.blind.chips) * 2 then
+ if to_big(G.GAME.chips) > to_big(G.GAME.blind.chips) * 2 then
402
if G.GAME.round_resets.ante == 1 then
403
G.GAME.cry_ach_conditions.the_jokes_on_you_triggered = true
404
end
0 commit comments