* Oath of Nissa - Fixed that the revealed and not selected cards were not always put on the bottom of the library.

This commit is contained in:
LevelX2 2017-07-30 12:30:47 +02:00
parent 69e239d2ed
commit 12f094e854

View file

@ -122,8 +122,8 @@ class OathOfNissaEffect extends OneShotEffect {
topCards.remove(card);
}
}
controller.putCardsOnBottomOfLibrary(topCards, game, source, true);
}
controller.putCardsOnBottomOfLibrary(topCards, game, source, true);
}
return true;
}