forked from External/mage
removed copy/paste code
This commit is contained in:
parent
162907b9da
commit
877abe087a
3 changed files with 3 additions and 26 deletions
|
|
@ -11,15 +11,8 @@ import mage.constants.SubType;
|
|||
public final class SharkToken extends TokenImpl {
|
||||
|
||||
public SharkToken() {
|
||||
super("Shark", "X/X blue Shark creature token with flying");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setBlue(true);
|
||||
subtype.add(SubType.SHARK);
|
||||
power = new MageInt(0);
|
||||
toughness = new MageInt(0);
|
||||
addAbility(FlyingAbility.getInstance());
|
||||
this(0);
|
||||
}
|
||||
|
||||
public SharkToken(int xValue) {
|
||||
super("Shark", "X/X blue Shark creature token with flying");
|
||||
cardType.add(CardType.CREATURE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue