mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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 mage.Constants.CardType;
|
||||
import mage.Constants.Rarity;
|
||||
import mage.MageInt;
|
||||
import mage.abilities.keyword.FlyingAbility;
|
||||
import mage.abilities.keyword.VigilanceAbility;
|
||||
import mage.cards.CardImpl;
|
||||
|
@ -48,6 +49,8 @@ public class GriffinSentinel extends CardImpl<GriffinSentinel> {
|
|||
this.color.setWhite(true);
|
||||
this.addAbility(FlyingAbility.getInstance());
|
||||
this.addAbility(VigilanceAbility.getInstance());
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(3);
|
||||
}
|
||||
|
||||
public GriffinSentinel(final GriffinSentinel card) {
|
||||
|
|
Loading…
Reference in a new issue