mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix Nahiri's Resolve
This commit is contained in:
parent
03c45500b7
commit
08c32682ac
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class NahirisResolveReturnEffect extends OneShotEffect {
|
|||
Player player = game.getPlayer(source.getControllerId());
|
||||
Cards cards = new CardsImpl(getTargetPointer().getTargets(game, source));
|
||||
return player != null && !cards.isEmpty() && player.moveCards(
|
||||
cards.getCards(game), Zone.EXILED, source, game, false,
|
||||
cards.getCards(game), Zone.BATTLEFIELD, source, game, false,
|
||||
false, true, null
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue