mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
Merge origin/master
This commit is contained in:
commit
a2bb5e92c7
1 changed files with 2 additions and 2 deletions
|
|
@ -136,9 +136,9 @@ class TalentOfTheTelepathEffect extends OneShotEffect {
|
|||
target.clearChosen();
|
||||
}
|
||||
}
|
||||
|
||||
targetOpponent.moveCards(allCards, Zone.LIBRARY, Zone.GRAVEYARD, source, game);
|
||||
}
|
||||
|
||||
targetOpponent.moveCards(allCards, Zone.LIBRARY, Zone.GRAVEYARD, source, game);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue