Added a test.

This commit is contained in:
LevelX2 2015-06-19 00:52:03 +02:00
parent f8c478aa76
commit 7a4d4265a4
2 changed files with 65 additions and 1 deletions

View file

@ -50,7 +50,6 @@ public class Fecundity extends CardImpl {
super(ownerId, 251, "Fecundity", Rarity.UNCOMMON, new CardType[]{CardType.ENCHANTMENT}, "{2}{G}");
this.expansionSetCode = "USG";
// Whenever a creature dies, that creature's controller may draw a card.
this.addAbility(new DiesCreatureTriggeredAbility(new FecundityEffect(), false, false, true));
}