mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
fixed Maximize Velocity text
This commit is contained in:
parent
256da560eb
commit
e1108b68ac
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ public final class MaximizeVelocity extends CardImpl {
|
|||
).setText("Target creature gets +1/+1"));
|
||||
this.getSpellAbility().addEffect(new GainAbilityTargetEffect(
|
||||
HasteAbility.getInstance(), Duration.EndOfTurn
|
||||
).setText("and gains flying until end of turn"));
|
||||
).setText("and gains haste until end of turn"));
|
||||
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
|
||||
|
||||
// Jump-start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue