Fixed effect's text of Aurioks Siege Sled

This commit is contained in:
komp 2016-10-05 14:39:20 +02:00
parent 39eaaf7274
commit 2c657bb379

View file

@ -64,7 +64,7 @@ public class AuriokSiegeSled extends CardImpl {
// {1}: Target artifact creature blocks Auriok Siege Sled this turn if able.
MustBeBlockedByTargetSourceEffect effect = new MustBeBlockedByTargetSourceEffect(Duration.EndOfTurn);
effect.setText("Target artifact creature blocks Auriok Siege Sled this turn if able.");
effect.setText("Target artifact creature blocks {this} this turn if able.");
Ability ability1 = new SimpleActivatedAbility(Zone.BATTLEFIELD, effect, new ManaCostsImpl("{1}"));
ability1.addTarget(new TargetCreaturePermanent(filter));
this.addAbility(ability1);