Add MKC token images

This commit is contained in:
PurpleCrowbar 2024-02-29 02:02:03 +00:00
parent c4668476b1
commit 3aa44bc7ef
3 changed files with 55 additions and 1 deletions

View file

@ -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);