forked from External/mage
* Take Down - Fixed that the first mode could also target creatures without flying.
This commit is contained in:
parent
332586e5b8
commit
03f14a0e2f
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public class TakeDown extends CardImpl {
|
|||
// Choose one —
|
||||
// • Take Down deals 4 damage to target creature with flying.
|
||||
this.getSpellAbility().addEffect(new DamageTargetEffect(4));
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent(filter));
|
||||
|
||||
// • Take Down deals 1 damage to each creature with flying
|
||||
Mode mode = new Mode();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue