Merge pull request #2431 from Galatolol/master

Fixed Aurioks Siege Sled's effect text.
This commit is contained in:
LevelX2 2016-10-06 07:24:48 +02:00 committed by GitHub
commit c2e849053a

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