[ZNC] Implemented Obuun, Mul Daya Ancestor

This commit is contained in:
Evan Kranzler 2020-09-11 13:50:34 -04:00
parent 78c0e5def2
commit df82bb8e2e
2 changed files with 116 additions and 0 deletions

View file

@ -21,5 +21,6 @@ public final class ZendikarRisingCommander extends ExpansionSet {
cards.add(new SetCardInfo("Enigma Thief", 4, Rarity.RARE, mage.cards.e.EnigmaThief.class));
cards.add(new SetCardInfo("Geode Rager", 6, Rarity.RARE, mage.cards.g.GeodeRager.class));
cards.add(new SetCardInfo("Obuun, Mul Daya Ancestor", 2, Rarity.MYTHIC, mage.cards.o.ObuunMulDayaAncestor.class));
}
}