mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 15:02:13 -08:00
Merge upstream master
This commit is contained in:
commit
b7ed8f133f
2 changed files with 127 additions and 125 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…
Add table
Add a link
Reference in a new issue