Skip to content

Commit 1402046

Browse files
authored
Add files via upload
1 parent 0a6f115 commit 1402046

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CruelBlinds_1_0_0/CruelBlinds.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,14 @@ debuff_card = function(self, card, from_blind)
697697
return true
698698
end
699699
return false
700+
end,
701+
in_pool = function(self)
702+
for i, j in pairs(G.jokers.cards) do
703+
if not ((j.config.center.rarity == 1) or (j.config.center.rarity == 2)) then
704+
return true
705+
end
706+
end
707+
return false
700708
end
701709
}
702710

0 commit comments

Comments
 (0)