This commit is contained in:
Loki 2011-07-13 10:37:44 +03:00
parent 3115c50e42
commit b9269ad22e
54 changed files with 3680 additions and 62 deletions

View file

@ -5,7 +5,7 @@ import mage.MageInt;
public class MyrToken extends Token {
public MyrToken() {
super("Myr", "1/1 colorless Myr artifact creature");
super("Myr", "1/1 colorless Myr artifact creature token");
cardType.add(Constants.CardType.CREATURE);
cardType.add(Constants.CardType.ARTIFACT);
subtype.add("Myr");