mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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)) {
|
if (controller.chooseTarget(outcome, cards, target, source, game)) {
|
||||||
Card card = cards.get(target.getFirstTarget(), game);
|
Card card = cards.get(target.getFirstTarget(), game);
|
||||||
if (card != null) {
|
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…
Add table
Add a link
Reference in a new issue