From 3f52f2961a37ddbb395d5cc35a69d19cd3a80403 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Sat, 5 May 2018 17:09:59 +0400 Subject: [PATCH] * Hunting Wilds - fixed that it doesn't remove colors from forest on kicked; --- Mage.Sets/src/mage/cards/h/HuntingWilds.java | 1 + 1 file changed, 1 insertion(+) 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);