diff --git a/content/deck/dreamer.lua b/content/deck/dreamer.lua index cebca30e..8b4b68e5 100644 --- a/content/deck/dreamer.lua +++ b/content/deck/dreamer.lua @@ -13,19 +13,13 @@ if PB_UTIL.config.spectrals_enabled then locked_loc_vars = function(self, info_queue, back) return { vars = { - 10, localize { type = 'name_text', set = 'Stake', key = 'stake_gold' }, colours = { get_stake_col(8) } } } end, check_for_unlock = function(self, args) - if args.type == 'win_stake' then - local highest_win, lowest_win = get_deck_win_stake(nil) - if G.PROGRESS and G.PROGRESS.joker_stickers.tally >= 10 and highest_win >= 8 then - return true - end - end + return args.type == 'win_stake' and get_deck_win_stake() >= 8 end, loc_vars = function(self) diff --git a/localization/en-us.lua b/localization/en-us.lua index fd732f31..5fd1646b 100644 --- a/localization/en-us.lua +++ b/localization/en-us.lua @@ -41,9 +41,10 @@ return { "{C:attention}#2#{} Joker slot" }, unlock = { - "Have {C:attention}#1#{} Jokers with", - "{V:1}#2#{} Stickers" - }, + "Win a run with any", + "deck on at least", + "{V:1}#1#{} difficulty", + } }, b_paperback_antique = { name = "Antique Deck",