mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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 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);
|
||||
|
|
Loading…
Reference in a new issue