mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[MH2] Implemented Sanctifier en-Vec (#7893)
* [MH2] Implemented Sanctifier en-Vec * [MH2] Sanctifier en-Vec - Remove unused filter
This commit is contained in:
parent
568bfad743
commit
df5bf2fa25
4 changed files with 250 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public class ExileGraveyardAllPlayersEffect extends OneShotEffect {
|
|||
}
|
||||
Player player = game.getPlayer(playerId);
|
||||
if (player != null) {
|
||||
toExile.addAll(player.getGraveyard());
|
||||
toExile.addAll(player.getGraveyard().getCards(filter, source.getSourceId(), source.getControllerId(), game));
|
||||
}
|
||||
}
|
||||
controller.moveCards(toExile, Zone.EXILED, source, game);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue