mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Woodwraith Corrupter - fixed that it doesn't change target colors;
This commit is contained in:
parent
3f52f2961a
commit
78fdf9a192
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue