forked from External/mage
fix verify failure
This commit is contained in:
parent
11fe4ac6a0
commit
413a499aae
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public final class PawpatchFormation extends CardImpl {
|
|||
}
|
||||
|
||||
public PawpatchFormation(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{1}{B}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{1}{G}");
|
||||
|
||||
// Choose one --
|
||||
// * Destroy target creature with flying.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue