mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
* Talent of the Telepath - Bugfix
This commit ensures that cards go to the opponents graveyard even if no calid cards are revealed.
This commit is contained in:
parent
79c9ca681f
commit
00c4b8ab10
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…
Reference in a new issue