mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
fix verify failure
This commit is contained in:
parent
0b49627fde
commit
c4877e3d22
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ public final class EsperTerra extends CardImpl {
|
|||
this.subtype.add(SubType.WIZARD);
|
||||
this.power = new MageInt(6);
|
||||
this.toughness = new MageInt(6);
|
||||
this.nightCard = true;
|
||||
this.color.setRed(true);
|
||||
this.color.setGreen(true);
|
||||
|
||||
// (As this Saga enters and after your draw step, add a lore counter.)
|
||||
SagaAbility sagaAbility = new SagaAbility(this, SagaChapter.CHAPTER_IV);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue