Added test for Nissa, Sage Animist -7 ability.

This commit is contained in:
LevelX2 2020-01-06 12:58:50 +01:00
parent 30b13d2d0c
commit e565863bd2
3 changed files with 83 additions and 53 deletions

View file

@ -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()) {