mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Simplified Reduce to Dreams.
This commit is contained in:
parent
e89f350634
commit
f4b37a2f72
2 changed files with 5 additions and 57 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue