forked from External/mage
Implemented Carrion
This commit is contained in:
parent
10e1e9d3ab
commit
7838049c14
4 changed files with 114 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ import mage.MageInt;
|
|||
public class NestOfScarabsBlackInsectToken extends Token {
|
||||
|
||||
public NestOfScarabsBlackInsectToken() {
|
||||
super("Insect", "1/1 black Insect token");
|
||||
super("Insect", "1/1 black Insect creature token");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setBlack(true);
|
||||
subtype.add("Insect");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue