mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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.
|
||||
getSpellAbility().addEffect(new AddCountersTargetEffect(CounterType.M1M1.createInstance(1)));
|
||||
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().addTarget(new TargetCreaturePermanent());
|
||||
|
||||
|
|
Loading…
Reference in a new issue