mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 04:42:07 -08:00
Added test for Mana Flare.
This commit is contained in:
parent
b583f616bf
commit
ca9ee416e8
3 changed files with 92 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue