mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Use {this} in text
This commit is contained in:
parent
d653b997cc
commit
a80bf19dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public class BlurOfBlades extends CardImpl {
|
||||||
// Put a -1/-1 counter on target creature. Blur of Blades deals 2 damage to that creature's controller.
|
// Put a -1/-1 counter on target creature. Blur of Blades deals 2 damage to that creature's controller.
|
||||||
getSpellAbility().addEffect(new AddCountersTargetEffect(CounterType.M1M1.createInstance(1)));
|
getSpellAbility().addEffect(new AddCountersTargetEffect(CounterType.M1M1.createInstance(1)));
|
||||||
Effect effect = new DamageTargetControllerEffect(2);
|
Effect effect = new DamageTargetControllerEffect(2);
|
||||||
effect.setText("Blur of Blades deals 2 damage to that creature's controller");
|
effect.setText("{this} deals 2 damage to that creature's controller");
|
||||||
getSpellAbility().addEffect(effect);
|
getSpellAbility().addEffect(effect);
|
||||||
getSpellAbility().addTarget(new TargetCreaturePermanent());
|
getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue