diff --git a/Mage.Sets/src/mage/cards/h/HuntingWilds.java b/Mage.Sets/src/mage/cards/h/HuntingWilds.java index acfd20d500c..71eabb63f5c 100644 --- a/Mage.Sets/src/mage/cards/h/HuntingWilds.java +++ b/Mage.Sets/src/mage/cards/h/HuntingWilds.java @@ -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);