mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
Implement Ramos, Dragon Engine (C17)
This commit is contained in:
parent
cf36661770
commit
1ea8d3a4c6
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue