mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
Fix Teyo wall token color and add its image
This commit is contained in:
parent
43a2bf0d9a
commit
5fd8255a8a
3 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ public final class WallFlyingToken extends TokenImpl {
|
|||
super("Wall Token", "0/4 white Wall creature token with defender and flying");
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add(SubType.WALL);
|
||||
color.setWhite(true);
|
||||
power = new MageInt(0);
|
||||
toughness = new MageInt(4);
|
||||
|
||||
|
|
|
|||
|
|
@ -2108,7 +2108,7 @@
|
|||
|Generate|TOK:CMM|Thopter|||ThopterColorlessToken|
|
||||
|Generate|TOK:CMM|Thrull|||ThrullToken|
|
||||
|Generate|TOK:CMM|Treasure|||TreasureToken|
|
||||
// TODO: add Teyo, Geometric Tactician wall token when implemented
|
||||
|Generate|TOK:CMM|Wall|||WallFlyingToken|
|
||||
|Generate|TOK:CMM|Wizard|||CommodoreGuffToken|
|
||||
|Generate|TOK:CMM|Wurm|||Wurm55Token|
|
||||
|Generate|TOK:CMM|Zombie|1||ZombieToken|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue