mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
* Chandra, Acolyte of Flame - fixed that -2 ability cost as -3 (#5891);
This commit is contained in:
parent
464e9c67c4
commit
d9ace1b66f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public final class ChandraAcolyteOfFlame extends CardImpl {
|
|||
this.addAbility(new LoyaltyAbility(new ChandraAcolyteOfFlameEffect(), 0));
|
||||
|
||||
// -2: You may cast target instant or sorcery card with converted mana cost 3 or less from your graveyard. If that card would be put into your graveyard this turn, exile it instead.
|
||||
Ability ability = new LoyaltyAbility(new ChandraAcolyteOfFlameGraveyardEffect(), -3);
|
||||
Ability ability = new LoyaltyAbility(new ChandraAcolyteOfFlameGraveyardEffect(), -2);
|
||||
ability.addTarget(new TargetCardInYourGraveyard(filter2));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue