forked from External/mage
Add BLB token images
This commit is contained in:
parent
831313bcb9
commit
4f90270fa1
3 changed files with 30 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ import mage.constants.SubType;
|
|||
public final class WallWhiteToken extends TokenImpl {
|
||||
|
||||
public WallWhiteToken() {
|
||||
super("Wall Token", "0/4 white Wall artifact creature token with defender");
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
super("Wall Token", "0/4 white Wall creature token with defender");
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add(SubType.WALL);
|
||||
color.setWhite(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue