forked from External/mage
[NEO] various text fixes
This commit is contained in:
parent
0a03eff6fa
commit
6851e553d8
37 changed files with 113 additions and 79 deletions
|
|
@ -13,7 +13,7 @@ import java.util.Arrays;
|
|||
public final class HumanMonkToken extends TokenImpl {
|
||||
|
||||
public HumanMonkToken() {
|
||||
super("Human Monk token", "1/1 green Monk creature token with \"{T}: Add {G}.\"");
|
||||
super("Human Monk token", "1/1 green Human Monk creature token with \"{T}: Add {G}.\"");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setGreen(true);
|
||||
subtype.add(SubType.HUMAN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue