small fix for Artful Takedown's text

This commit is contained in:
Evan Kranzler 2018-09-23 20:03:23 -04:00
parent 7562b1ee0b
commit 72ce460dff

View file

@ -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));