[MH2] Implemented Urza's Saga

This commit is contained in:
Evan Kranzler 2021-05-07 07:44:17 -04:00
parent 820f99e51c
commit f8863c989e
2 changed files with 99 additions and 0 deletions

View file

@ -35,6 +35,7 @@ public final class ModernHorizons2 extends ExpansionSet {
cards.add(new SetCardInfo("Misty Rainforest", 250, Rarity.RARE, mage.cards.m.MistyRainforest.class));
cards.add(new SetCardInfo("Sanctum Prelate", 491, Rarity.MYTHIC, mage.cards.s.SanctumPrelate.class));
cards.add(new SetCardInfo("Scalding Tarn", 254, Rarity.RARE, mage.cards.s.ScaldingTarn.class));
cards.add(new SetCardInfo("Urza's Saga", 259, Rarity.RARE, mage.cards.u.UrzasSaga.class));
cards.add(new SetCardInfo("Verdant Catacombs", 260, Rarity.RARE, mage.cards.v.VerdantCatacombs.class));
}
}