mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
Implemented Blood of the Martyr
This commit is contained in:
parent
efffecd856
commit
2e4bb2a1c3
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ public class TheDark extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Ball Lightning", 56, Rarity.RARE, mage.cards.b.BallLightning.class));
|
||||
cards.add(new SetCardInfo("Barl's Cage", 93, Rarity.RARE, mage.cards.b.BarlsCage.class));
|
||||
cards.add(new SetCardInfo("Blood Moon", 57, Rarity.RARE, mage.cards.b.BloodMoon.class));
|
||||
cards.add(new SetCardInfo("Blood of the Martyr", 75, Rarity.RARE, mage.cards.b.BloodOfTheMartyr.class));
|
||||
cards.add(new SetCardInfo("Bog Imp", 3, Rarity.COMMON, mage.cards.b.BogImp.class));
|
||||
cards.add(new SetCardInfo("Bog Rats", 4, Rarity.COMMON, mage.cards.b.BogRats.class));
|
||||
cards.add(new SetCardInfo("Bone Flute", 94, Rarity.UNCOMMON, mage.cards.b.BoneFlute.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue