mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
M12
This commit is contained in:
parent
3115c50e42
commit
b9269ad22e
54 changed files with 3680 additions and 62 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue