fixed verify error

This commit is contained in:
Evan Kranzler 2022-05-16 20:44:39 -04:00
parent ebb2dcff57
commit 47db2b5721

View file

@ -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);