mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Small fix to Consuming Aberration.
This commit is contained in:
parent
9f5857b0ed
commit
f38c5d2474
1 changed files with 2 additions and 2 deletions
|
|
@ -117,10 +117,10 @@ class ConsumingAberrationEffect extends OneShotEffect<ConsumingAberrationEffect>
|
|||
}
|
||||
}
|
||||
}
|
||||
player.revealCards("Undercity Informer", cards, game);
|
||||
player.revealCards("Consuming Aberrtion", cards, game);
|
||||
for(Card card : cards.getCards(game)){
|
||||
if(card != null){
|
||||
card.moveToZone(Zone.GRAVEYARD, id, game, true);
|
||||
card.moveToZone(Zone.GRAVEYARD, source.getSourceId(), game, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue