Forgetfulness

This commit is contained in:
Loki 2011-08-24 09:53:06 +03:00
parent 4ddadaf9bb
commit 4b80c5ee8d
2 changed files with 8 additions and 5 deletions

View file

@ -38,7 +38,7 @@ import mage.MageInt;
public class ElfToken extends Token {
public ElfToken() {
super("", "a 1/1 green Elf Warrior creature token");
super("", "1/1 green Elf Warrior creature token");
cardType.add(Constants.CardType.CREATURE);
color.setGreen(true);
subtype.add("Elf");