mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Forgetfulness
This commit is contained in:
parent
4ddadaf9bb
commit
4b80c5ee8d
2 changed files with 8 additions and 5 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue