various text fixes

This commit is contained in:
theelk801 2025-06-01 17:10:15 -04:00 committed by Failure
parent 15af9de9b0
commit 8d8e39cf23
39 changed files with 179 additions and 257 deletions

View file

@ -12,7 +12,7 @@ import mage.constants.SubType;
public final class BeastieToken extends TokenImpl {
public BeastieToken() {
super("Beast Token", "4/4 white Beast creature token with \"This creature can't attack or block alone.\"");
super("Beast Token", "4/4 white Beast creature token with \"This token can't attack or block alone.\"");
cardType.add(CardType.CREATURE);
color.setWhite(true);
subtype.add(SubType.BEAST);