small text fix

This commit is contained in:
Evan Kranzler 2022-11-21 20:04:53 -05:00
parent 470d1519c9
commit 4700fe99c1
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ public final class GrismoldPlantToken extends TokenImpl {
}
public GrismoldPlantToken() {
super("Plant Token", "1/1 green Plant creature");
super("Plant Token", "1/1 green Plant creature token");
cardType.add(CardType.CREATURE);
color.setGreen(true);
subtype.add(SubType.PLANT);