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 5512235 commit 76e7b8aCopy full SHA for 76e7b8a
items/exotic.lua
@@ -17,7 +17,7 @@ local gateway = {
17
order = 90,
18
hidden = true, --default soul_set and soul_rate of 0.3% in spectral packs is used
19
can_use = function(self, card)
20
- if (#SMODS.find_card("j_jen_saint") + #SMODS.find_card("j_jen_saint_attuned")) <= 0 then
+ if (#SMODS.find_card("j_jen_saint") + #SMODS.find_card("j_jen_saint_attuned")) > 0 then
21
return #G.jokers.cards < G.jokers.config.card_limit
22
else
23
--Don't allow use if everything is eternal and there is no room
0 commit comments