We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5968fe commit e365428Copy full SHA for e365428
Items/CodeCards.lua
@@ -601,10 +601,7 @@ local commit = {
601
can_use = function(self, card)
602
return #G.jokers.highlighted == 1
603
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
- )
+ and (not Jen or not Jen.overpowered(G.jokers.highlighted[1].config.center.rarity))
608
end,
609
use = function(self, card, area, copier)
610
local deleted_joker_key = G.jokers.highlighted[1].config.center.key
0 commit comments