mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00: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;
|
||||
|
||||
public class VintageCubeApril2020 extends DraftCube {
|
||||
public class VintageCubeJuly2020 extends DraftCube {
|
||||
|
||||
public VintageCubeApril2020() {
|
||||
super("MTGO Vintage Cube April 2020");
|
||||
public VintageCubeJuly2020() {
|
||||
super("MTGO Vintage Cube July 2020");
|
||||
|
||||
cubeCards.add(new CardIdentity("Kytheon, Hero of Akros", ""));
|
||||
cubeCards.add(new CardIdentity("Mother of Runes", ""));
|
||||
|
|
Loading…
Reference in a new issue