Implement Ramos, Dragon Engine (C17)

This commit is contained in:
spjspj 2017-06-04 00:12:00 +10:00
parent cf36661770
commit 1ea8d3a4c6

View file

@ -47,7 +47,7 @@ public class Commander2017 extends ExpansionSet {
super("Commander 2017 Edition", "C17", ExpansionSet.buildDate(2017, 8, 25), SetType.SUPPLEMENTAL);
this.blockName = "Command Zone";
cards.add(new SetCardInfo("Ramos, Dragon Engine", 55, Rarity.RARE, mage.cards.r.RamosDragonEngine.class));
cards.add(new SetCardInfo("Ramos, Dragon Engine", 55, Rarity.MYTHIC, mage.cards.r.RamosDragonEngine.class));
}
}