mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
finished cube decklist with proper month
This commit is contained in:
parent
f29f1d9eaf
commit
57ffb4b73b
1 changed files with 3 additions and 3 deletions
|
|
@ -2,10 +2,10 @@ package mage.tournament.cubes;
|
||||||
|
|
||||||
import mage.game.draft.DraftCube;
|
import mage.game.draft.DraftCube;
|
||||||
|
|
||||||
public class VintageCubeApril2020 extends DraftCube {
|
public class VintageCubeJuly2020 extends DraftCube {
|
||||||
|
|
||||||
public VintageCubeApril2020() {
|
public VintageCubeJuly2020() {
|
||||||
super("MTGO Vintage Cube April 2020");
|
super("MTGO Vintage Cube July 2020");
|
||||||
|
|
||||||
cubeCards.add(new CardIdentity("Kytheon, Hero of Akros", ""));
|
cubeCards.add(new CardIdentity("Kytheon, Hero of Akros", ""));
|
||||||
cubeCards.add(new CardIdentity("Mother of Runes", ""));
|
cubeCards.add(new CardIdentity("Mother of Runes", ""));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue