Added test for Mana Flare.

This commit is contained in:
LevelX2 2015-06-04 14:48:06 +02:00
parent b583f616bf
commit ca9ee416e8
3 changed files with 92 additions and 1 deletions

View file

@ -49,6 +49,7 @@ public class WateryGrave extends CardImpl {
this.expansionSetCode = "RAV";
this.subtype.add("Island");
this.subtype.add("Swamp");
this.addAbility(new BlueManaAbility());
this.addAbility(new BlackManaAbility());
this.addAbility(new AsEntersBattlefieldAbility(new TapSourceUnlessPaysEffect(new PayLifeCost(2)), "you may pay 2 life. If you don't, {this} enters the battlefield tapped"));