fixed FeralProwler cost

This commit is contained in:
Lazar 2017-07-08 19:11:00 +02:00
parent abb4576313
commit 1e40cbf7f1

View file

@ -12,7 +12,7 @@ import java.util.UUID;
public class FeralProwler extends CardImpl {
public FeralProwler(UUID ownerId, CardSetInfo cardSetInfo) {
super(ownerId, cardSetInfo, new CardType[]{CardType.CREATURE}, "{2}{G}");
super(ownerId, cardSetInfo, new CardType[]{CardType.CREATURE}, "{1}{G}");
subtype.add("Cat");
power = new MageInt(1);