mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08:00
Legendary Cube 2016 fixed wrong card name of Opalescence.
This commit is contained in:
parent
f51302a780
commit
d99d35b9c9
1 changed files with 7 additions and 7 deletions
|
|
@ -33,11 +33,11 @@ import mage.game.draft.DraftCube;
|
||||||
*
|
*
|
||||||
* @author fireshoes
|
* @author fireshoes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class LegendaryCubeApril2016 extends DraftCube {
|
public class LegendaryCubeApril2016 extends DraftCube {
|
||||||
|
|
||||||
public LegendaryCubeApril2016() {
|
public LegendaryCubeApril2016() {
|
||||||
super("Legendary Cube April 2016 (566 cards)"); http://magic.wizards.com/en/MTGO/articles/archive/legendary-cube-cardlist
|
super("Legendary Cube April 2016 (566 cards)");
|
||||||
|
http://magic.wizards.com/en/MTGO/articles/archive/legendary-cube-cardlist
|
||||||
|
|
||||||
cubeCards.add(new DraftCube.CardIdentity("Abundant Growth", ""));
|
cubeCards.add(new DraftCube.CardIdentity("Abundant Growth", ""));
|
||||||
cubeCards.add(new DraftCube.CardIdentity("Academy Elite", ""));
|
cubeCards.add(new DraftCube.CardIdentity("Academy Elite", ""));
|
||||||
|
|
@ -382,7 +382,7 @@ public LegendaryCubeApril2016() {
|
||||||
cubeCards.add(new DraftCube.CardIdentity("Ojutai, Soul of Winter", ""));
|
cubeCards.add(new DraftCube.CardIdentity("Ojutai, Soul of Winter", ""));
|
||||||
cubeCards.add(new DraftCube.CardIdentity("Okina, Temple to the Grandfathers", ""));
|
cubeCards.add(new DraftCube.CardIdentity("Okina, Temple to the Grandfathers", ""));
|
||||||
cubeCards.add(new DraftCube.CardIdentity("Omnath, Locus of Mana", ""));
|
cubeCards.add(new DraftCube.CardIdentity("Omnath, Locus of Mana", ""));
|
||||||
cubeCards.add(new DraftCube.CardIdentity("Opalesence", ""));
|
cubeCards.add(new DraftCube.CardIdentity("Opalescence", ""));
|
||||||
cubeCards.add(new DraftCube.CardIdentity("Opulent Palace", ""));
|
cubeCards.add(new DraftCube.CardIdentity("Opulent Palace", ""));
|
||||||
cubeCards.add(new DraftCube.CardIdentity("Oran-Rief, the Vastwood", ""));
|
cubeCards.add(new DraftCube.CardIdentity("Oran-Rief, the Vastwood", ""));
|
||||||
cubeCards.add(new DraftCube.CardIdentity("Orim, Samite Healer", ""));
|
cubeCards.add(new DraftCube.CardIdentity("Orim, Samite Healer", ""));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue