[NEO] various text fixes

This commit is contained in:
Evan Kranzler 2022-02-08 19:41:26 -05:00
parent 0a03eff6fa
commit 6851e553d8
37 changed files with 113 additions and 79 deletions

View file

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