Merge remote-tracking branch 'fork/master'

This commit is contained in:
vraskulin 2017-02-06 14:36:24 +03:00
commit 1e64ecfe07

View file

@ -127,7 +127,6 @@ class CascadeEffect extends OneShotEffect {
if (card != null) {
if (controller.chooseUse(outcome, "Use cascade effect on " + card.getLogName() + "?", source, game)) {
controller.cast(card.getSpellAbility(), game, true);
}
}
// Move the remaining cards to the buttom of the library in a random order
Cards cardsFromExile = new CardsImpl();