mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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.subtype.add("Drake");
|
||||||
|
|
||||||
this.color = ObjectColor.BLUE;
|
this.color = ObjectColor.BLUE;
|
||||||
this.power = new MageInt(1);
|
this.power = new MageInt(2);
|
||||||
this.toughness = new MageInt(1);
|
this.toughness = new MageInt(2);
|
||||||
|
|
||||||
this.addAbility(FlyingAbility.getInstance());
|
this.addAbility(FlyingAbility.getInstance());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue