mirror of
https://github.com/correl/mage.git
synced 2024-12-27 03:00:13 +00:00
* Grimoire of the Dead - Fixed that the cards were returned under owners control instead Grimoire of the Dead's controllers control.
This commit is contained in:
parent
aecb2c8829
commit
a281a19a7d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class GrimoireOfTheDeadEffect extends OneShotEffect {
|
|||
}
|
||||
}
|
||||
}
|
||||
controller.moveCards(creatureCards, Zone.BATTLEFIELD, source, game, false, false, true, null);
|
||||
controller.moveCards(creatureCards, Zone.BATTLEFIELD, source, game, false, false, false, null);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue