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:
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
Reference in a new issue