mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fixed sample deck
This commit is contained in:
parent
4e174e25be
commit
d076d13c27
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ NAME:Eternal Bargain
|
|||
9 [THS:230] Plains
|
||||
1 [C13:19] Razor Hippogriff
|
||||
1 [C13:225] Vizkopa Guildmage
|
||||
1 [C13:16] Kongming, 'Sleeping Dragon'
|
||||
1 [C13:16] Kongming, "Sleeping Dragon"
|
||||
6 [THS:234] Island
|
||||
9 [THS:238] Swamp
|
||||
1 [C13:312] Orzhov Guildgate
|
||||
|
|
|
@ -267,7 +267,7 @@ public LegendaryCube() {
|
|||
cubeCards.add(new CardIdentity("Kolaghan's Command", ""));
|
||||
cubeCards.add(new CardIdentity("Kolaghan, the Storm's Fury", ""));
|
||||
cubeCards.add(new CardIdentity("Konda's Banner", ""));
|
||||
cubeCards.add(new CardIdentity("Kongming, 'Sleeping Dragon'", ""));
|
||||
cubeCards.add(new CardIdentity("Kongming, \"Sleeping Dragon\"", ""));
|
||||
cubeCards.add(new CardIdentity("Kozilek, Butcher of Truth", ""));
|
||||
cubeCards.add(new CardIdentity("Krenko, Mob Boss", ""));
|
||||
cubeCards.add(new CardIdentity("Kresh the Bloodbraided", ""));
|
||||
|
|
Loading…
Reference in a new issue