forked from External/mage
Merge pull request #10030 from Grath/grath/implement-gorogoro-and-satoru
[MOC] Implement Goro-Goro and Satoru
This commit is contained in:
commit
250bacb33d
2 changed files with 118 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
|
|
@ -17,5 +18,7 @@ public final class MarchOfTheMachineCommander extends ExpansionSet {
|
|||
private MarchOfTheMachineCommander() {
|
||||
super("March of the Machine Commander", "MOC", ExpansionSet.buildDate(2023, 4, 21), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.add(new SetCardInfo("Goro-Goro and Satoru", 445, Rarity.MYTHIC, mage.cards.g.GoroGoroAndSatoru.class));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue