Skip to content

Commit 76e7b8a

Browse files
minor fix
1 parent 5512235 commit 76e7b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/exotic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local gateway = {
1717
order = 90,
1818
hidden = true, --default soul_set and soul_rate of 0.3% in spectral packs is used
1919
can_use = function(self, card)
20-
if (#SMODS.find_card("j_jen_saint") + #SMODS.find_card("j_jen_saint_attuned")) <= 0 then
20+
if (#SMODS.find_card("j_jen_saint") + #SMODS.find_card("j_jen_saint_attuned")) > 0 then
2121
return #G.jokers.cards < G.jokers.config.card_limit
2222
else
2323
--Don't allow use if everything is eternal and there is no room

0 commit comments

Comments
 (0)