mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -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;
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue