mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08:00
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.
|
// • Tap target creature.
|
||||||
this.getSpellAbility().addEffect(
|
this.getSpellAbility().addEffect(
|
||||||
new TapTargetEffect().setText("tap target creature")
|
new TapTargetEffect().setText("target creature")
|
||||||
);
|
);
|
||||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent(filter1));
|
this.getSpellAbility().addTarget(new TargetCreaturePermanent(filter1));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue