mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
renamed Maximize Velocity
This commit is contained in:
parent
dc6b1dc7d5
commit
0ee423dc29
2 changed files with 6 additions and 6 deletions
|
@ -15,9 +15,9 @@ import mage.target.common.TargetCreaturePermanent;
|
|||
*
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class MaximumVelocity extends CardImpl {
|
||||
public final class MaximizeVelocity extends CardImpl {
|
||||
|
||||
public MaximumVelocity(UUID ownerId, CardSetInfo setInfo) {
|
||||
public MaximizeVelocity(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{R}");
|
||||
|
||||
// Target creature gets +1/+1 and gains haste until end of turn.
|
||||
|
@ -34,12 +34,12 @@ public final class MaximumVelocity extends CardImpl {
|
|||
|
||||
}
|
||||
|
||||
public MaximumVelocity(final MaximumVelocity card) {
|
||||
public MaximizeVelocity(final MaximizeVelocity card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MaximumVelocity copy() {
|
||||
return new MaximumVelocity(this);
|
||||
public MaximizeVelocity copy() {
|
||||
return new MaximizeVelocity(this);
|
||||
}
|
||||
}
|
|
@ -99,7 +99,7 @@ public final class GuildsOfRavnica extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("March of the Multitudes", 188, Rarity.MYTHIC, mage.cards.m.MarchOfTheMultitudes.class));
|
||||
cards.add(new SetCardInfo("Mausoleum Secrets", 75, Rarity.RARE, mage.cards.m.MausoleumSecrets.class));
|
||||
cards.add(new SetCardInfo("Maximize Altitude", 43, Rarity.COMMON, mage.cards.m.MaximizeAltitude.class));
|
||||
cards.add(new SetCardInfo("Maximum Velocity", 111, Rarity.COMMON, mage.cards.m.MaximumVelocity.class));
|
||||
cards.add(new SetCardInfo("Maximize Velocity", 111, Rarity.COMMON, mage.cards.m.MaximizeVelocity.class));
|
||||
cards.add(new SetCardInfo("Midnight Reaper", 77, Rarity.RARE, mage.cards.m.MidnightReaper.class));
|
||||
cards.add(new SetCardInfo("Molderhulk", 190, Rarity.UNCOMMON, mage.cards.m.Molderhulk.class));
|
||||
cards.add(new SetCardInfo("Moodmark Painter", 78, Rarity.COMMON, mage.cards.m.MoodmarkPainter.class));
|
||||
|
|
Loading…
Reference in a new issue