mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
fix verify failure
This commit is contained in:
parent
f1bd17fbb3
commit
1d3a9136bb
2 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@ public final class GlissaSunseeker extends CardImpl {
|
||||||
public GlissaSunseeker(UUID ownerId, CardSetInfo setInfo) {
|
public GlissaSunseeker(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{G}{G}");
|
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{G}{G}");
|
||||||
addSuperType(SuperType.LEGENDARY);
|
addSuperType(SuperType.LEGENDARY);
|
||||||
this.subtype.add(SubType.ELF);
|
this.subtype.add(SubType.ELF, SubType.WARRIOR);
|
||||||
this.power = new MageInt(3);
|
this.power = new MageInt(3);
|
||||||
this.toughness = new MageInt(2);
|
this.toughness = new MageInt(2);
|
||||||
|
|
||||||
|
|
|
@ -47,6 +47,7 @@ public final class TheFirstTyrannicWar extends CardImpl {
|
||||||
this, SagaChapter.CHAPTER_II, SagaChapter.CHAPTER_III,
|
this, SagaChapter.CHAPTER_II, SagaChapter.CHAPTER_III,
|
||||||
new TheFirstTyrannicWarSecondEffect(), new TargetControlledCreaturePermanent()
|
new TheFirstTyrannicWarSecondEffect(), new TargetControlledCreaturePermanent()
|
||||||
);
|
);
|
||||||
|
this.addAbility(sagaAbility);
|
||||||
}
|
}
|
||||||
|
|
||||||
private TheFirstTyrannicWar(final TheFirstTyrannicWar card) {
|
private TheFirstTyrannicWar(final TheFirstTyrannicWar card) {
|
||||||
|
|
Loading…
Reference in a new issue