Skip to content

Commit e365428

Browse files
authored
nope
1 parent d5968fe commit e365428

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Items/CodeCards.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -601,10 +601,7 @@ local commit = {
601601
can_use = function(self, card)
602602
return #G.jokers.highlighted == 1
603603
and not G.jokers.highlighted[1].ability.eternal
604-
and not (
605-
type(G.jokers.highlighted[1].config.center.rarity) == "number"
606-
and G.jokers.highlighted[1].config.center.rarity >= 5
607-
)
604+
and (not Jen or not Jen.overpowered(G.jokers.highlighted[1].config.center.rarity))
608605
end,
609606
use = function(self, card, area, copier)
610607
local deleted_joker_key = G.jokers.highlighted[1].config.center.key

0 commit comments

Comments
 (0)