fixed a verify failure

This commit is contained in:
Evan Kranzler 2021-08-27 09:36:08 -04:00
parent bbcccf4b58
commit 389a019b3b

View file

@ -40,7 +40,7 @@ public final class GaleaKindlerOfHope extends CardImpl {
}
public GaleaKindlerOfHope(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.ELF);