Skip to content

Commit 0b7c7a7

Browse files
Merge pull request #492 from TheRealNova422-real/patch-31
jonke
2 parents 6f71936 + 2e7a514 commit 0b7c7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/blind.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ local joke = {
398398
return { vars = { "8", localize("cry_joke_placeholder") } }
399399
end,
400400
cry_calc_ante_gain = function(self)
401-
if to_big(G.GAME.chips) >= to_big(G.GAME.blind.chips) * 2 then
401+
if to_big(G.GAME.chips) > to_big(G.GAME.blind.chips) * 2 then
402402
if G.GAME.round_resets.ante == 1 then
403403
G.GAME.cry_ach_conditions.the_jokes_on_you_triggered = true
404404
end

0 commit comments

Comments
 (0)