We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb330e commit 5d8eed2Copy full SHA for 5d8eed2
1 file changed
items/deck.lua
@@ -62,7 +62,7 @@ local equilibrium = {
62
for i = 1, #G.jokers.cards do
63
count = count + 1
64
end
65
- if count >= 10 then
+ if count >= 100 then
66
unlock_card(self)
67
68
0 commit comments