Skip to content

Commit d2b1332

Browse files
committed
fix a typo
1 parent 5eb4e8d commit d2b1332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/spectral.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ local ritual = {
640640
pos = { x = 5, y = 1 },
641641
can_use = function(self, card)
642642
local cards = Cryptid.get_highlighted_cards({ G.hand }, card, 1, card.ability.max_highlighted, function(card)
643-
return not card.editionand not card.will_be_editioned
643+
return not card.edition and not card.will_be_editioned
644644
end)
645645
return #cards > 0 and #cards <= card.ability.max_highlighted
646646
end,

0 commit comments

Comments
 (0)