forked from External/mage
small text fix
This commit is contained in:
parent
470d1519c9
commit
4700fe99c1
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue