forked from External/mage
[MAT] Implement Jolrael, Voice of Zhalfir
This commit is contained in:
parent
ff115cad48
commit
aba51aadfd
3 changed files with 120 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
|
|
@ -19,5 +20,7 @@ public final class MarchOfTheMachineTheAftermath extends ExpansionSet {
|
|||
this.blockName = "March of the Machine";
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = false; // temporary
|
||||
|
||||
cards.add(new SetCardInfo("Jolrael, Voice of Zhalfir", 33, Rarity.RARE, mage.cards.j.JolraelVoiceOfZhalfir.class));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue