mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed verify error
This commit is contained in:
parent
ebb2dcff57
commit
47db2b5721
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public final class PerrieThePulverizer extends CardImpl {
|
|||
);
|
||||
|
||||
public PerrieThePulverizer(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{G}{U}{W}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{G}{W}{U}");
|
||||
|
||||
this.addSuperType(SuperType.LEGENDARY);
|
||||
this.subtype.add(SubType.RHINO);
|
||||
|
|
Loading…
Reference in a new issue