mirror of
https://github.com/correl/mage.git
synced 2025-04-14 09:09:38 -09:00
added shuffle
This commit is contained in:
parent
c6ee7dfbb0
commit
1b84072fa7
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ class ArachnusSpinnerEffect extends OneShotEffect<ArachnusSpinnerEffect> {
|
|||
card = game.getCard(target.getFirstTarget());
|
||||
if (card != null) {
|
||||
player.removeFromLibrary(card, game);
|
||||
player.shuffleLibrary(game);
|
||||
zone = Zone.LIBRARY;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue