mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Updated Historic format to also work if only the client (not connected to a server) deck editor is started.
This commit is contained in:
parent
2ce90b1e0a
commit
aebf8b461f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class Historic extends Constructed {
|
||||||
singleCards.add("Talrand, Sky Summoner");
|
singleCards.add("Talrand, Sky Summoner");
|
||||||
|
|
||||||
// Jumpstart with replacements
|
// Jumpstart with replacements
|
||||||
setCodes.add(mage.sets.Jumpstart.getInstance().getCode());
|
setCodes.add("JMP");
|
||||||
singleCards.add("Archon of Sun's Grace");
|
singleCards.add("Archon of Sun's Grace");
|
||||||
singleCards.add("Banishing Light");
|
singleCards.add("Banishing Light");
|
||||||
singleCards.add("Gadwick, the Wizened");
|
singleCards.add("Gadwick, the Wizened");
|
||||||
|
|
Loading…
Reference in a new issue