* Woodwraith Corrupter - fixed that it doesn't change target colors;

This commit is contained in:
Oleg Agafonov 2018-05-05 17:24:30 +04:00
parent 3f52f2961a
commit 78fdf9a192

View file

@ -91,8 +91,12 @@ class WoodwraithCorrupterToken extends TokenImpl {
public WoodwraithCorrupterToken() {
super("", "4/4 black and green Elemental Horror creature");
cardType.add(CardType.CREATURE);
color.setBlack(true);
color.setGreen(true);
subtype.add(SubType.ELEMENTAL);
subtype.add(SubType.HORROR);
power = new MageInt(4);
toughness = new MageInt(4);
}