mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
missing p/t
This commit is contained in:
parent
a271ee7107
commit
884982a563
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ package mage.sets.magic2010;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
import mage.Constants.CardType;
|
import mage.Constants.CardType;
|
||||||
import mage.Constants.Rarity;
|
import mage.Constants.Rarity;
|
||||||
|
import mage.MageInt;
|
||||||
import mage.abilities.keyword.FlyingAbility;
|
import mage.abilities.keyword.FlyingAbility;
|
||||||
import mage.abilities.keyword.VigilanceAbility;
|
import mage.abilities.keyword.VigilanceAbility;
|
||||||
import mage.cards.CardImpl;
|
import mage.cards.CardImpl;
|
||||||
|
|
@ -48,6 +49,8 @@ public class GriffinSentinel extends CardImpl<GriffinSentinel> {
|
||||||
this.color.setWhite(true);
|
this.color.setWhite(true);
|
||||||
this.addAbility(FlyingAbility.getInstance());
|
this.addAbility(FlyingAbility.getInstance());
|
||||||
this.addAbility(VigilanceAbility.getInstance());
|
this.addAbility(VigilanceAbility.getInstance());
|
||||||
|
this.power = new MageInt(1);
|
||||||
|
this.toughness = new MageInt(3);
|
||||||
}
|
}
|
||||||
|
|
||||||
public GriffinSentinel(final GriffinSentinel card) {
|
public GriffinSentinel(final GriffinSentinel card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue