mirror of
https://github.com/correl/mage.git
synced 2025-02-19 11:07:01 +00:00
Fixed DrakeToken
This commit is contained in:
parent
12ac9a76b7
commit
c71b9c83ab
1 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue