mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed effect's text of Aurioks Siege Sled
This commit is contained in:
parent
39eaaf7274
commit
2c657bb379
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class AuriokSiegeSled extends CardImpl {
|
||||||
|
|
||||||
// {1}: Target artifact creature blocks Auriok Siege Sled this turn if able.
|
// {1}: Target artifact creature blocks Auriok Siege Sled this turn if able.
|
||||||
MustBeBlockedByTargetSourceEffect effect = new MustBeBlockedByTargetSourceEffect(Duration.EndOfTurn);
|
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}"));
|
Ability ability1 = new SimpleActivatedAbility(Zone.BATTLEFIELD, effect, new ManaCostsImpl("{1}"));
|
||||||
ability1.addTarget(new TargetCreaturePermanent(filter));
|
ability1.addTarget(new TargetCreaturePermanent(filter));
|
||||||
this.addAbility(ability1);
|
this.addAbility(ability1);
|
||||||
|
|
Loading…
Reference in a new issue