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 f68f861 commit 7a35913Copy full SHA for 7a35913
items/code.lua
@@ -3526,7 +3526,9 @@ local log = {
3526
function G.FUNCS.log_antevoucher()
3527
G.FUNCS.log_cancel()
3528
local pseudorandom = copy_table(G.GAME.pseudorandom)
3529
+ G.GAME.round_resets.ante = G.GAME.round_resets.ante + 1
3530
local bl = get_new_boss()
3531
+ G.GAME.round_resets.ante = G.GAME.round_resets.ante - 1
3532
G.GAME.LOG_BOSS = bl
3533
local voucher = SMODS.get_next_vouchers()
3534
G.GAME.LOG_VOUCHER = voucher
0 commit comments