forked from External/mage
Update OvereagerApprentice.java
This commit is contained in:
parent
1aa1a43265
commit
ddd6981989
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ public class OvereagerApprentice extends CardImpl<OvereagerApprentice> {
|
|||
this.toughness = new MageInt(2);
|
||||
|
||||
// Discard a card, Sacrifice Overeager Apprentice: Add {B}{B}{B} to your mana pool.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new BasicManaEffect(new Mana(0, 0, 0, 0, 3, 0, 0)), new SacrificeSourceCost());
|
||||
ability.addCost(new DiscardCardCost());
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new BasicManaEffect(new Mana(0, 0, 0, 0, 3, 0, 0)), new DiscardCardCost());
|
||||
ability.addCost(new SacrificeSourceCost())
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue