* 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:
LevelX2 2015-12-24 12:22:25 +01:00
parent aecb2c8829
commit a281a19a7d

View file

@ -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;