mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
Fixed typo on Aerial Volley
This commit is contained in:
parent
98cc5bacdd
commit
8b66eff239
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public class AerialVolley extends CardImpl {
|
|||
|
||||
// Aerial Volley deals 3 damage divided as you choose among one, two, or three target creatures with flying.
|
||||
Effect effect = new DamageMultiEffect(3);
|
||||
effect.setText("A{this} deals 3 damage divided as you choose among one, two, or three target creatures with flying");
|
||||
effect.setText("{this} deals 3 damage divided as you choose among one, two, or three target creatures with flying");
|
||||
this.getSpellAbility().addEffect(effect);
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanentAmount(3, filter));
|
||||
|
||||
|
|
Loading…
Reference in a new issue