forked from External/mage
various text fixes
This commit is contained in:
parent
15af9de9b0
commit
8d8e39cf23
39 changed files with 179 additions and 257 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue