forked from External/mage
Add MKC token images
This commit is contained in:
parent
c4668476b1
commit
3aa44bc7ef
3 changed files with 55 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import mage.constants.SubType;
|
|||
public final class OgreToken extends TokenImpl {
|
||||
|
||||
public OgreToken() {
|
||||
super("Ogre Token", "3/3 red Ogre creature");
|
||||
super("Ogre Token", "3/3 red Ogre creature token");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setRed(true);
|
||||
subtype.add(SubType.OGRE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue