diff --git a/items/deck.lua b/items/deck.lua index 0fe357280..6b9642487 100644 --- a/items/deck.lua +++ b/items/deck.lua @@ -62,7 +62,7 @@ local equilibrium = { for i = 1, #G.jokers.cards do count = count + 1 end - if count >= 10 then + if count >= 100 then unlock_card(self) end end