mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Lord of the Void - Fixed a recently added bug.
This commit is contained in:
parent
799b2434dd
commit
106f4f6fd1
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class LordOfTheVoidEffect extends OneShotEffect {
|
|||
if (controller.chooseTarget(outcome, cards, target, source, game)) {
|
||||
Card card = cards.get(target.getFirstTarget(), game);
|
||||
if (card != null) {
|
||||
controller.moveCards(cards.getCards(game), Zone.BATTLEFIELD, source, game, false, false, false, null);
|
||||
controller.moveCards(card, Zone.BATTLEFIELD, source, game, false, false, false, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue