forked from External/mage
small fix for Artful Takedown's text
This commit is contained in:
parent
7562b1ee0b
commit
72ce460dff
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public final class ArtfulTakedown extends CardImpl {
|
|||
|
||||
// • Tap target creature.
|
||||
this.getSpellAbility().addEffect(
|
||||
new TapTargetEffect().setText("tap target creature")
|
||||
new TapTargetEffect().setText("target creature")
|
||||
);
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent(filter1));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue