mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
Update OvereagerApprentice.java
This commit is contained in:
parent
ddd6981989
commit
05e9574961
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public class OvereagerApprentice extends CardImpl<OvereagerApprentice> {
|
|||
|
||||
// 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 DiscardCardCost());
|
||||
ability.addCost(new SacrificeSourceCost())
|
||||
ability.addCost(new SacrificeSourceCost());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue