Updated Historic format to also work if only the client (not connected to a server) deck editor is started.

This commit is contained in:
LevelX2 2020-12-23 18:03:32 +01:00
parent 2ce90b1e0a
commit aebf8b461f

View file

@ -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");