forked from External/mage
updated tokens with phyrexian subtype
This commit is contained in:
parent
cd99beed6e
commit
5f8d746fc0
34 changed files with 237 additions and 82 deletions
|
|
@ -17,9 +17,10 @@ public final class MinionToken extends TokenImpl {
|
|||
}
|
||||
|
||||
public MinionToken(String setCode) {
|
||||
super("Minion", "X/X black Minion creature token");
|
||||
super("Phyrexian Minion", "X/X black Phyrexian Minion creature token");
|
||||
this.setOriginalExpansionSetCode(setCode);
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add(SubType.PHYREXIAN);
|
||||
subtype.add(SubType.MINION);
|
||||
color.setBlack(true);
|
||||
power = new MageInt(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue