mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
[XLN] Added 10 cards.
This commit is contained in:
parent
75874df33f
commit
7d748721da
12 changed files with 735 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue