mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
* Sinbirds Invocation - use standard method card card moving.
This commit is contained in:
parent
eb85146367
commit
3bd716fb12
1 changed files with 1 additions and 9 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
package mage.cards.s;
|
package mage.cards.s;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
@ -136,14 +135,7 @@ class SunbirdsInvocationEffect extends OneShotEffect {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
controller.putCardsOnBottomOfLibrary(cards, game, source, false);
|
||||||
|
|
||||||
while (!cards.isEmpty()) {
|
|
||||||
Card card = cards.getRandom(game);
|
|
||||||
if (card != null) {
|
|
||||||
cards.remove(card);
|
|
||||||
card.moveToZone(Zone.LIBRARY, source.getSourceId(), game, false);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue