removed copy/paste code

This commit is contained in:
gp66 2020-05-15 12:57:28 -05:00
parent 162907b9da
commit 877abe087a
3 changed files with 3 additions and 26 deletions

View file

@ -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);