From 6ad045c46dfe4952f146aa38ca02f859a32687e9 Mon Sep 17 00:00:00 2001 From: ArsenalNut Date: Mon, 30 Jan 2012 00:53:52 +0000 Subject: [PATCH] added DKa to list of sets in cardTemplateScript.py --- res/cardTemplateScript.py | 1 + 1 file changed, 1 insertion(+) diff --git a/res/cardTemplateScript.py b/res/cardTemplateScript.py index a1c8c021d1c..171f6fd1154 100755 --- a/res/cardTemplateScript.py +++ b/res/cardTemplateScript.py @@ -137,6 +137,7 @@ def initSets(): # Innistrad forgeSets.append('ISD') + forgeSets.append('DKA') if not os.path.exists(pathToMtgData) : print("This script requires the text version of Arch's mtg-data to be present.You can download it from slightlymagic.net's forum and either place the text version next to this script or edit this script and provide the path to the file at the top.")