mirror of
https://github.com/correl/mage.git
synced 2025-01-14 03:00:10 +00:00
Fixed Duskborne Skymarcher targeting non-attackers
This commit is contained in:
parent
60f7b5bcbf
commit
cab5919203
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class DuskborneSkymarcher extends CardImpl {
|
|||
// {W}, {T}: Target attacking vampire gets +1/+1 until end of turn.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new BoostTargetEffect(1, 1, Duration.EndOfTurn), new ManaCostsImpl("{W}"));
|
||||
ability.addCost(new TapSourceCost());
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
ability.addTarget(new TargetCreaturePermanent(filter));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue