modifed revealed cards

This commit is contained in:
BetaSteward 2011-01-24 22:51:45 -05:00
parent 55feb4a320
commit 360bbc86b5
20 changed files with 237 additions and 25 deletions

View file

@ -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());
}