updated THB spoiler

This commit is contained in:
Evan Kranzler 2020-01-04 08:56:21 -05:00
parent 4432d03d89
commit bfdbac5552
3 changed files with 11 additions and 8 deletions

View file

@ -8,7 +8,7 @@ import mage.constants.SubType;
public final class ArtifactWallToken extends TokenImpl {
public ArtifactWallToken() {
super("Wall", "colorless 0/4 Wall artifact creature token with defender");
super("Wall", "0/4 colorless Wall artifact creature token with defender");
cardType.add(CardType.ARTIFACT);
cardType.add(CardType.CREATURE);
subtype.add(SubType.WALL);