[XLN] Added 10 cards.

This commit is contained in:
LevelX2 2017-09-16 00:11:38 +02:00
parent 75874df33f
commit 7d748721da
12 changed files with 735 additions and 1 deletions

View file

@ -57,7 +57,7 @@ public class ExploreSourceEffect extends OneShotEffect {
public ExploreSourceEffect() {
super(Outcome.Benefit);
this.staticText = "it explores";
this.staticText = "it explores. <i>(Reveal the top card of your library. Put that card into your hand if it's a land. Otherwise, put a +1/+1 counter on this creature, then put the card back or put it into your graveyard.)</i>";
}
public ExploreSourceEffect(final ExploreSourceEffect effect) {