1.0.0L
This commit is contained in:
@@ -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'))
|
||||
|
Reference in New Issue
Block a user