Updated cardTemplateScript to include Innistrad

This commit is contained in:
moomarc
2011-10-26 08:45:40 +00:00
parent 7836c89dbe
commit beced32e97

View File

@@ -135,6 +135,9 @@ def initSets():
forgeSets.append('MBS') forgeSets.append('MBS')
forgeSets.append('NPH') forgeSets.append('NPH')
# Innistrad
forgeSets.append('ISD')
if not os.path.exists(pathToMtgData) : 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.") 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.")
print("Press Enter to exit") print("Press Enter to exit")