1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-08 01:01:04 -09:00

* Hunting Wilds - fixed that it doesn't remove colors from forest on kicked;

This commit is contained in:
Oleg Agafonov 2018-05-05 17:09:59 +04:00
parent b87e954a99
commit 3f52f2961a

View file

@ -132,6 +132,7 @@ class HuntingWildsToken extends TokenImpl {
super("", "3/3 green creature with haste");
this.cardType.add(CardType.CREATURE);
this.color.setGreen(true);
this.power = new MageInt(3);
this.toughness = new MageInt(3);