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 0053312 commit 3199cceCopy full SHA for 3199cce
items/code.lua
@@ -3487,7 +3487,9 @@ local log = {
3487
function G.FUNCS.log_antevoucher()
3488
G.FUNCS.log_cancel()
3489
local pseudorandom = copy_table(G.GAME.pseudorandom)
3490
+ G.GAME.round_resets.ante = G.GAME.round_resets.ante + 1
3491
local bl = get_new_boss()
3492
+ G.GAME.round_resets.ante = G.GAME.round_resets.ante - 1
3493
G.GAME.LOG_BOSS = bl
3494
local voucher = SMODS.get_next_vouchers()
3495
G.GAME.LOG_VOUCHER = voucher
0 commit comments