forked from External/mage
Added test for Nissa, Sage Animist -7 ability.
This commit is contained in:
parent
30b13d2d0c
commit
e565863bd2
3 changed files with 83 additions and 53 deletions
|
|
@ -73,9 +73,9 @@ public class TargetCardInLibrary extends TargetCard {
|
|||
}
|
||||
cards.sort(Comparator.comparing(MageObject::getName));
|
||||
Cards cardsId = new CardsImpl();
|
||||
for (Card card : cards) {
|
||||
cards.forEach((card) -> {
|
||||
cardsId.add(card);
|
||||
}
|
||||
});
|
||||
|
||||
while (!isChosen() && !doneChosing()) {
|
||||
if (!player.canRespond()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue