mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
formatting
This commit is contained in:
parent
9a5000616d
commit
959f4ce7a9
1 changed files with 2 additions and 2 deletions
|
@ -29,6 +29,7 @@
|
|||
package mage.sets.magic2010;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
import mage.Constants.CardType;
|
||||
import mage.Constants.Rarity;
|
||||
import mage.MageInt;
|
||||
|
@ -37,7 +38,6 @@ import mage.abilities.keyword.VigilanceAbility;
|
|||
import mage.cards.CardImpl;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Loki
|
||||
*/
|
||||
public class GriffinSentinel extends CardImpl<GriffinSentinel> {
|
||||
|
@ -50,7 +50,7 @@ public class GriffinSentinel extends CardImpl<GriffinSentinel> {
|
|||
this.addAbility(FlyingAbility.getInstance());
|
||||
this.addAbility(VigilanceAbility.getInstance());
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(3);
|
||||
this.toughness = new MageInt(3);
|
||||
}
|
||||
|
||||
public GriffinSentinel(final GriffinSentinel card) {
|
||||
|
|
Loading…
Reference in a new issue