This commit is contained in:
2024-03-02 10:51:15 +08:00
parent 9d14fb1dcb
commit 9b88453b4e
12 changed files with 38 additions and 29 deletions

View File

@@ -1206,7 +1206,7 @@ function check_for_unlock(args)
end
end
if args.type == 'win_stake' then
local highest_win, lowest_win = get_deck_win_stake()
local highest_win, lowest_win = get_deck_win_stake(nil)
if highest_win >= 2 then
unlock_achievement('low_stakes')
end
@@ -2048,7 +2048,6 @@ function get_current_pool(_type, _rarity, _legendary, _append)
return _pool, _pool_key..G.GAME.round_resets.ante
end
function poll_edition(_key, _mod, _no_neg, _guaranteed)
_mod = _mod or 1
local edition_poll = pseudorandom(pseudoseed(_key or 'edition_generic'))