update Dreamstone Hedron to use new drawCards wrapper

This commit is contained in:
jendave
2011-08-06 04:11:00 +00:00
parent 7e2195c404
commit 403b7bd106

View File

@@ -18521,9 +18521,7 @@ public class CardFactory implements NewConstants {
public void resolve() {
final String player = card.getController();
AllZone.GameAction.sacrifice(card);
AllZone.GameAction.drawCard(player);
AllZone.GameAction.drawCard(player);
AllZone.GameAction.drawCard(player);
AllZone.GameAction.drawCards(player, 3);
}
};
ability.setDescription("3, tap: Sacrifice Dreamstone Hedron: Draw 3 cards.");