forked from External/mage
modifed revealed cards
This commit is contained in:
parent
55feb4a320
commit
360bbc86b5
20 changed files with 237 additions and 25 deletions
|
|
@ -103,7 +103,7 @@ class MassPolymorphEffect extends OneShotEffect<MassPolymorphEffect> {
|
|||
else
|
||||
nonCreatureCards.add(card);
|
||||
}
|
||||
player.revealCards(revealed, game);
|
||||
player.revealCards("Mass Polymorph", revealed, game);
|
||||
for (Card creatureCard: creatureCards.getCards(game)) {
|
||||
creatureCard.putOntoBattlefield(game, Zone.LIBRARY, source.getId(), source.getControllerId());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue