Skip to content

Commit 7a35913

Browse files
committed
fix log for showdown blinds
1 parent f68f861 commit 7a35913

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

items/code.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3526,7 +3526,9 @@ local log = {
35263526
function G.FUNCS.log_antevoucher()
35273527
G.FUNCS.log_cancel()
35283528
local pseudorandom = copy_table(G.GAME.pseudorandom)
3529+
G.GAME.round_resets.ante = G.GAME.round_resets.ante + 1
35293530
local bl = get_new_boss()
3531+
G.GAME.round_resets.ante = G.GAME.round_resets.ante - 1
35303532
G.GAME.LOG_BOSS = bl
35313533
local voucher = SMODS.get_next_vouchers()
35323534
G.GAME.LOG_VOUCHER = voucher

0 commit comments

Comments
 (0)