Implemented Carrion

This commit is contained in:
Evan Kranzler 2017-08-09 08:23:24 -04:00
parent 10e1e9d3ab
commit 7838049c14
4 changed files with 114 additions and 1 deletions

View file

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