Simplified Reduce to Dreams.

This commit is contained in:
LevelX2 2016-02-05 17:54:17 +01:00
parent e89f350634
commit f4b37a2f72
2 changed files with 5 additions and 57 deletions

View file

@ -65,7 +65,7 @@ public class ReturnToHandFromBattlefieldAllEffect extends OneShotEffect {
for (Permanent permanent : game.getBattlefield().getActivePermanents(filter, source.getControllerId(), source.getSourceId(), game)) {
cardsToHand.add(permanent);
}
controller.moveCards(cardsToHand, null, Zone.HAND, source, game);
controller.moveCards(cardsToHand, Zone.HAND, source, game);
return true;
}
return false;