Skip to content

Commit 5d8eed2

Browse files
authored
make deck of equilibrium unlock requirement actually 100 jokers rather than 10 (#833)
1 parent 4cb330e commit 5d8eed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

items/deck.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ local equilibrium = {
6262
for i = 1, #G.jokers.cards do
6363
count = count + 1
6464
end
65-
if count >= 10 then
65+
if count >= 100 then
6666
unlock_card(self)
6767
end
6868
end

0 commit comments

Comments
 (0)