1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-02-19 11:07:01 +00:00

Fixed DrakeToken

This commit is contained in:
North 2012-07-08 23:39:58 +03:00
parent 12ac9a76b7
commit c71b9c83ab

View file

@ -44,8 +44,8 @@ public class DrakeToken extends Token {
this.subtype.add("Drake");
this.color = ObjectColor.BLUE;
this.power = new MageInt(1);
this.toughness = new MageInt(1);
this.power = new MageInt(2);
this.toughness = new MageInt(2);
this.addAbility(FlyingAbility.getInstance());
}