mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
minor
This commit is contained in:
parent
399cad1836
commit
3a35d4e163
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
package mage.sets.conflux;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.Constants.CardType;
|
||||
import mage.Constants.Rarity;
|
||||
import mage.MageInt;
|
||||
|
@ -36,8 +35,9 @@ import mage.abilities.keyword.ExaltedAbility;
|
|||
import mage.abilities.keyword.FlyingAbility;
|
||||
import mage.cards.CardImpl;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Loki
|
||||
*/
|
||||
public class AvenSquire extends CardImpl<AvenSquire> {
|
||||
|
@ -49,7 +49,7 @@ public class AvenSquire extends CardImpl<AvenSquire> {
|
|||
this.subtype.add("Bird");
|
||||
this.subtype.add("Soldier");
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(1);
|
||||
this.toughness = new MageInt(1);
|
||||
this.addAbility(FlyingAbility.getInstance());
|
||||
this.addAbility(new ExaltedAbility());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue