Skip to content

Commit 3199cce

Browse files
committed
log fix
1 parent 0053312 commit 3199cce

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
@@ -3487,7 +3487,9 @@ local log = {
34873487
function G.FUNCS.log_antevoucher()
34883488
G.FUNCS.log_cancel()
34893489
local pseudorandom = copy_table(G.GAME.pseudorandom)
3490+
G.GAME.round_resets.ante = G.GAME.round_resets.ante + 1
34903491
local bl = get_new_boss()
3492+
G.GAME.round_resets.ante = G.GAME.round_resets.ante - 1
34913493
G.GAME.LOG_BOSS = bl
34923494
local voucher = SMODS.get_next_vouchers()
34933495
G.GAME.LOG_VOUCHER = voucher

0 commit comments

Comments
 (0)