mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
Added a test.
This commit is contained in:
parent
f8c478aa76
commit
7a4d4265a4
2 changed files with 65 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue