update cardTemplateScript.py for RTR set

This commit is contained in:
ArsenalNut
2012-09-28 04:41:29 +00:00
parent 69622948ca
commit d3fb480917

View File

@@ -140,6 +140,11 @@ def initSets():
forgeSets.append('ISD') forgeSets.append('ISD')
forgeSets.append('DKA') forgeSets.append('DKA')
forgeSets.append('AVR') forgeSets.append('AVR')
# Return to Ravnica
forgeSets.append('RTR')
#forgeSets.append('GTC')
#forgeSets.append('UNK')
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.")