diff --git a/Mage.Sets/src/mage/cards/a/AuriokSiegeSled.java b/Mage.Sets/src/mage/cards/a/AuriokSiegeSled.java index 43cd9d5ccb..23b613f50f 100644 --- a/Mage.Sets/src/mage/cards/a/AuriokSiegeSled.java +++ b/Mage.Sets/src/mage/cards/a/AuriokSiegeSled.java @@ -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);