mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Fixed cube name.
This commit is contained in:
parent
a13dc33342
commit
3f0a97a778
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ import mage.game.draft.DraftCube;
|
|||
public class TimotheeSimonotsTwistedColorPieCube extends DraftCube {
|
||||
|
||||
public TimotheeSimonotsTwistedColorPieCube() {
|
||||
super("Simonot Timothee's Twisted Color Pie Cube"); // http://magic.wizards.com/en/MTGO/articles/archive/magic-online/you-make-cube-voting-2016-10-17
|
||||
super("Timothee Simonot's Twisted Color Pie Cube"); // http://magic.wizards.com/en/MTGO/articles/archive/magic-online/you-make-cube-voting-2016-10-17
|
||||
|
||||
cubeCards.add(new DraftCube.CardIdentity("Abbot of Keral Keep", ""));
|
||||
cubeCards.add(new DraftCube.CardIdentity("Abhorrent Overlord", ""));
|
||||
|
|
Loading…
Reference in a new issue