Add BLB token images

This commit is contained in:
PurpleCrowbar 2024-07-29 22:07:02 +01:00
parent 831313bcb9
commit 4f90270fa1
3 changed files with 30 additions and 2 deletions

View file

@ -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);