mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
(Re)added missing ability
This commit is contained in:
parent
9009d72c82
commit
b876b011a5
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ public class DaughterOfAutumn extends CardImpl {
|
||||||
// {W}: The next 1 damage that would be dealt to target white creature this turn is dealt to Daughter of Autumn instead.
|
// {W}: The next 1 damage that would be dealt to target white creature this turn is dealt to Daughter of Autumn instead.
|
||||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DaughterOfAutumnPreventDamageTargetEffect(Duration.EndOfTurn, 1), new ManaCostsImpl("{W}"));
|
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DaughterOfAutumnPreventDamageTargetEffect(Duration.EndOfTurn, 1), new ManaCostsImpl("{W}"));
|
||||||
ability.addTarget(new TargetCreaturePermanent(filter));
|
ability.addTarget(new TargetCreaturePermanent(filter));
|
||||||
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
public DaughterOfAutumn(final DaughterOfAutumn card) {
|
public DaughterOfAutumn(final DaughterOfAutumn card) {
|
||||||
|
|
Loading…
Reference in a new issue