mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix error
This commit is contained in:
parent
7d51648716
commit
cd3e74ce7d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class BecomePermanentFacedownEffect extends ContinuousEffectImpl {
|
||||||
cards.getCards(game)
|
cards.getCards(game)
|
||||||
.stream()
|
.stream()
|
||||||
.map(card -> new MageObjectReference(card, game, 1))
|
.map(card -> new MageObjectReference(card, game, 1))
|
||||||
.collect(Collectors.toSet()), game
|
.collect(Collectors.toSet())
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue