From beced32e9761a0c50d54a344bb20720036dca005 Mon Sep 17 00:00:00 2001 From: moomarc Date: Wed, 26 Oct 2011 08:45:40 +0000 Subject: [PATCH] Updated cardTemplateScript to include Innistrad --- res/cardTemplateScript.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/cardTemplateScript.py b/res/cardTemplateScript.py index 423a612c6c7..a1c8c021d1c 100755 --- a/res/cardTemplateScript.py +++ b/res/cardTemplateScript.py @@ -134,6 +134,9 @@ def initSets(): forgeSets.append('SOM') forgeSets.append('MBS') forgeSets.append('NPH') + + # Innistrad + forgeSets.append('ISD') 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.")