forked from External/mage
Add OTC token images
This commit is contained in:
parent
868cd4d8fd
commit
371391b2e3
4 changed files with 61 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ import mage.constants.SubType;
|
|||
public final class DragonElementalToken extends TokenImpl {
|
||||
|
||||
public DragonElementalToken() {
|
||||
super("Dragon Token", "4/4 red Dragon Elemental creature token with flying and prowess");
|
||||
super("Dragon Elemental Token", "4/4 red Dragon Elemental creature token with flying and prowess");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setRed(true);
|
||||
subtype.add(SubType.DRAGON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue