mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
* Hunting Wilds - fixed that it doesn't remove colors from forest on kicked;
This commit is contained in:
parent
b87e954a99
commit
3f52f2961a
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue