fix error

This commit is contained in:
theelk801 2025-05-02 12:02:44 -04:00
parent 7d51648716
commit cd3e74ce7d

View file

@ -34,7 +34,7 @@ public class BecomePermanentFacedownEffect extends ContinuousEffectImpl {
cards.getCards(game)
.stream()
.map(card -> new MageObjectReference(card, game, 1))
.collect(Collectors.toSet()), game
.collect(Collectors.toSet())
));
}