fix verify failure

This commit is contained in:
Evan Kranzler 2022-10-12 20:52:15 -04:00
parent f1bd17fbb3
commit 1d3a9136bb
2 changed files with 2 additions and 1 deletions

View file

@ -30,7 +30,7 @@ public final class GlissaSunseeker extends CardImpl {
public GlissaSunseeker(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{G}{G}");
addSuperType(SuperType.LEGENDARY);
this.subtype.add(SubType.ELF);
this.subtype.add(SubType.ELF, SubType.WARRIOR);
this.power = new MageInt(3);
this.toughness = new MageInt(2);

View file

@ -47,6 +47,7 @@ public final class TheFirstTyrannicWar extends CardImpl {
this, SagaChapter.CHAPTER_II, SagaChapter.CHAPTER_III,
new TheFirstTyrannicWarSecondEffect(), new TargetControlledCreaturePermanent()
);
this.addAbility(sagaAbility);
}
private TheFirstTyrannicWar(final TheFirstTyrannicWar card) {