mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
fixed FeralProwler cost
This commit is contained in:
parent
abb4576313
commit
1e40cbf7f1
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import java.util.UUID;
|
||||||
public class FeralProwler extends CardImpl {
|
public class FeralProwler extends CardImpl {
|
||||||
|
|
||||||
public FeralProwler(UUID ownerId, CardSetInfo cardSetInfo) {
|
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");
|
subtype.add("Cat");
|
||||||
|
|
||||||
power = new MageInt(1);
|
power = new MageInt(1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue